Merge branch 'master' of https://github.com/h3rald/hastyscribe
h3rald h3rald@h3rald.com
Fri, 17 Jul 2015 21:13:20 +0200
2 files changed,
4 insertions(+),
5 deletions(-)
M
README.md
→
README.md
@@ -4,9 +4,7 @@ _HastyScribe_ is a simple command-line program able to convert [markdown](http://daringfireball.net/projects/markdown) files into HTML files.
## Usage -**hastyscribe** _filename.md_ [ **\--notoc** ] - -**hastyscribe** _filename-or-glob-expression_ **[** _<options\>_ **]** +**hastyscribe** _filename-or-glob-expression_ **[** _\<options\>_ **]** Where:@@ -36,7 +34,7 @@ * pseudo-protocols to generate `span` tags with arbitrary CSS classes, `abbr` tags, and anchors
* class blocks * tables * fenced code blocks - * [Pandoc](http://johnmacfarlane.net/pandoc/)-style docuemnt headers + * [Pandoc](http://johnmacfarlane.net/pandoc/)-style document headers * It automatically embeds any referenced image via data URI * It has supports for text snippets
M
hastyscribe.nimble
→
hastyscribe.nimble
@@ -36,7 +36,8 @@ hastyscribe.nim
LICENSE.md markdown.nim README.md -vendor/libmarkdown_macosx_x86.a +vendor/libmarkdown_macosx_x64.a +vendor/libmarkdown_windows_x64.a vendor/libmarkdown_windows_x86.a vendor/libmarkdown_linux_x86.a vendor/libmarkdown_linux_arm.a