0.0.2 • Published 5 years ago

hexo-tag-nomnoml v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

hexo-tag-nomnoml

nomnoml-tag for hexo cms

so in your posts and pages you can use the following tag. To show an rendered SVG rather then just text.

{% nomnoml '{"style":"float:left;"}' %}
    #fill: #00aaff; 
    [hallo] -> [world]
    [tobias] love-> [Fanni]
    [tobias] is on -> [earth]
    [Fanni] is on -> [vanus]
{% endnomnoml %}

installation

just go into the directory of your hexo webside and

npm install --save hexo-tag-nomnoml
0.0.2

5 years ago

0.0.1

5 years ago