0.2.1 • Published 5 years ago
@yamat47/markdown-css v0.2.1
Markdown CSS
This repository provides stylesheet for markdown content.
Demo is here.
How to use
- Install this package.
npm install @yamat47/markdown-css- Import
markdown.cssin your Node.js project.
import '@yamat47/markdown-css/markdown.css'- Add
.markdownclass to your HTML element containing Markdown content.
<div class='markdown'>
<!-- Here is markdown content -->
</div>