0.1.0 โ€ข Published 2 years ago

markcss v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

markcss for Markdown

This is a markdown theme carefully crafted & designed for modern computer screens.

The theme now has a built-in dark mode support. Which means the theme changes with your system, and you don't have to manually setup any preferences.

Separated themes (mark-light.css, mark-dark.css) are also provided.

And separated themes (github-markdown.css, github-markdown-light.css, github-markdown-dark.css) for GitHub Markdown style are also provided.

This theme is currently tested on MacOS only.

Live Demo

๐Ÿ“ฆ๏ธ Installation

npm install markcss

# or using yarn
yarn add markcss

Usage

The github-markdown.css is exported by default. If you want to get the full page version, please see dist/mark.css.

/* with PostCSS in css file */
@import 'markcss';
// with Webpack or others in js file */
import 'markcss'

All Files

dist
โ”œโ”€โ”€ github-markdown-dark.css
โ”œโ”€โ”€ github-markdown-light.css
โ”œโ”€โ”€ github-markdown.css
โ”œโ”€โ”€ mark-dark.css
โ”œโ”€โ”€ mark-light.css
โ””โ”€โ”€ mark.css

LICENSE

This project is licensed under the MIT License.


sqrtthree.com ย ยทย  GitHub @sqrthree ย ยทย  Twitter @sqrtthree