1.0.3 • Published 9 years ago

hexo-tag-htmltag v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hexo-tag-htmltag

A Hexo tag for inserting arbitrary html tags (with attributes) into posts.

Installation

npm install hexo-tag-htmltag --save

Use

Basic

{% htmlTag span class="highlight text" %} Something important {% endhtmlTag %}
// -> <span class="highlight text">Something important</span>

Multiple Attributes

{% htmlTag button type="button" data-submit data-action="add" aria-controls="calc"%} Add 10 {% endhtmlTag %}
// -> <button type="button" data-submit data-action="add" aria-controls="calc">Add 10</button>

License

MIT

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago