mdannotation-alert
v0.3.0
Published
Markdown annotation to create alert components
Downloads
10
Readme
Markdown Annotation @alert
Markdown annotation is a posthtml plugin to create alert components.
Quick start
npm i mdannotation-alert --save
Usage
Use the @alert
annotation directly in your Markdown
@alert warning
Lorem Ipsum
<div class="md-alert md-alert--warning" role="alert">
Lorem Ipsum
</div>