Reshape Markdown lets you use Markdown in HTML.
<!-- before -->Reshape **Markdown**It knows *when* to work.It knows *how* to work.It just [works](https://github.com/jonathantneal/reshape-md). <!-- after -->Reshape MarkdownIt knows when to work.It knows how to work.It just works.
Usage
Add Reshape and Reshape Markdown to your build tool:
npm install reshape reshape-md --save-dev
Use Reshape Markdown as a plugin:
plugins: /* Options */ ;
Options
elements
Type: Array
Default: [ "markdown", "md" ]
The list of elements which will be replaced with rendered Markdown.
attrs
Type: Array
Default: [ "markdown", "md" ]
The list of attributes on elements which will be replaced with rendered Markdown.
md
Type: Object
Default: {}
The hash of options applied to marked, the tool used to parse Markdown.