An elegant stylesheet for rendered Markdown contents
Markdown.css is a side project based on years of CSS development work on large web and app projects. Markdown.css only includes CSS styles for headings, paragraphs, text elements, lists, images, blockquote, tables, and code.
There are 2 ways to get started with Markdown.css. You can either manually install or use NPM.
Download the compiled and minified Markdown.css files. The markdown.css
is located in /dist
.
$ npm install spectre-markdown.css --save
You will need to add the class markdown-css
to the rendered Markdown content container.