mdannotation-import
v0.3.0
Published
Markdown annotation to import an HTML file
Downloads
11
Readme
Markdown Annotation @import
Markdown annotation is a posthtml plugin to import an HTML file.
Quick start
npm i mdannotation-import --save
Usage
Use the @import
annotation directly in your Markdown
@import notice.html
/!\ Warning: only the first root element will be inserted
<div class="notice>Lorem Ipsum</div>