mdannotation-addclass
v0.3.0
Published
Markdown annotation to add classes to the next paragraph
Downloads
24
Readme
Markdown Annotation @addClass
Markdown annotation is a posthtml plugin to add classes to the next paragraph.
Quick start
npm i mdannotation-addclass --save
Usage
Use the @addClass
annotation directly in your Markdown
@addClass subtitle subtitle--long
Lorem Ipsum
<p class="subtitle subtitle--long">
Lorem Ipsum
</p>