mdscss
v1.1.0
Published
Base styles for Markdown-generated HTML
Downloads
5
Readme
mdscss
Base styles for Markdown-generated HTML
If you generate HTML from Markdown and have to control over the styles applied to individual elements, mdscss provides you with base styles to apply to a wrapper element.
You can also configure many variables or apply only part of the styles using the Sass mixins and variables.
Getting started
npm install --save-dev mdscss
Examples
Headings
Heading level 1
Heading level 2
Heading level 3
Heading level 4
Heading level 5
Heading level 6
### Lists
Ingredients:
- Eggs
- Butter
- Milk
- Flour
Instructions:
- Preheat oven
- Mix everything together
- Put in a bowl
- Bake for 30 minutes
Blockquotes
Don't believe everything you read on the internet — Albert Einstein