Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

44 lines (36 loc) · 1.11 KB

0.0.6

feature

  • galler3 option

0.0.6

feature

  • **add node-gallery3 option

0.0.5

feature

0.0.4

feature

  • add -style option : image style attribute from image alt of Markdown

from markdown

![Alt {width:320px;}](http://http://cfile8.uf.tistory.com/image/276B443353A1528A2F8CBA "Title")
mark2html -s /Users/saltfactory/blog/posts/2014-07-16-example.md -d /User/saltfactory/blog/output -style

after rendering

<img src="http://cfile8.uf.tistory.com/image/276B443353A1528A2F8CBA" style="width:320px;" alt="Alt" title="Title"/>

0.0.3

bug Fixes

  • file creation : async file creation problems #1

feature

  • copy .md file with datauri : copy .md file with encoding image datauri, global command option is -mdatauri
mark2html -s /Users/saltfactory/blog/posts/2014-07-16-example.md -d /User/saltfactory/blog/output -mdatauri