Skip to content

tahara-pg/markdown-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 100.0%