0.2.1 • Published 4 years ago

@yamat47/markdown-css v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Markdown CSS

This repository provides stylesheet for markdown content.

Demo is here.

How to use

  1. Install this package.
npm install @yamat47/markdown-css
  1. Import markdown.css in your Node.js project.
import '@yamat47/markdown-css/markdown.css'
  1. Add .markdown class to your HTML element containing Markdown content.
<div class='markdown'>
  <!-- Here is markdown content -->
</div>
0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago