Skip to content

📦 Parcel plugin for transform markdown to HTML.

License

Notifications You must be signed in to change notification settings

0326/parcel-plugin-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-plugin-md

📦 Parcel plugin for transform markdown to HTML.

npm npm License

Features

This plugin is based on marked, support full-featured markdown syntax. Surppot ES6 code syntax.

Getting started

First of all, install the plugin:

npm i parcel-plugin-md --save-dev # or yarn add parcel-plugin-md --dev

Then you can import *.md file as html string:

import mdTpl from 'README.md'

document.body.innerHTML = mdTpl

Alternative plugin: parcel-plugin-markdown.

License

About

📦 Parcel plugin for transform markdown to HTML.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published