Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 736 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 736 Bytes

markdown.css

An elegant stylesheet for rendered Markdown contents

Getting started

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.

Install manually

Download the compiled and minified Markdown.css files. The markdown.css is located in /dist.

Install with NPM

$ npm install spectre-markdown.css --save

You will need to add the class markdown-css to the rendered Markdown content container.