hexo-simple-texthidden
v1.0.5
Published
hexo-simple-texthidden is a hexo plugin that hides text. It currently only supports the hiding of text in pure text format.
Downloads
3
Readme
hexo-simple-texthidden
hexo-simple-texthidden is a hexo plugin that hides text. It currently only supports the hiding of text in pure text format.
Install
npm install hexo-simple-texthidden --save
Usage
You can use it in the following way
{% textHidden color %}
Hidden text
{% endtextHidden %}
color: black、red、blue...
End
**Enjoy it ! **