markcss
v0.1.0
Published
A markdown theme
Downloads
3
Readme
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.
📦️ Installation
npm install markcss
# or using yarn
yarn add markcssUsage
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.cssLICENSE
This project is licensed under the MIT License.
sqrtthree.com · GitHub @sqrthree · Twitter @sqrtthree
