1.0.0 • Published 3 years ago

hexo-tag-scode v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Hexo tag scode

npm version Author npm license

Installation

  1. Install the plugin.
    npm install hexo-tag-scode --save
  2. Add styles to your theme.

Usage

Type this in your markdown file:

{% info title %}
content
{% endinfo %}

{% warn title %}
content
{% endwarn %}

{% error title %}
content
{% enderror %}

Then it will look like this:

Demo

Advanced

title is an additional option, so if you don't add a title, it will look like this:

npm.io

Author

Hexo tag scode © Baoshuo, Released under the MIT License. Authored and maintained by Baoshuo with help from contributors (list).

Personal Website · Blog · GitHub @renbaoshuo · Twitter @renbaoshuo

1.0.1

3 years ago

1.0.0

3 years ago