all repos — hastyscribe @ 2fa913becef57f0a1cfe1dd3ba93ccddd470d082

A professional markdown compiler.

Merge branch 'master' of https://github.com/h3rald/hastyscribe
h3rald h3rald@h3rald.com
Fri, 17 Jul 2015 21:13:20 +0200
commit

2fa913becef57f0a1cfe1dd3ba93ccddd470d082

parent

fba8c205c77d9d7fe623fdfb0942c3baf9b972d5

2 files changed, 4 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.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.nimblehastyscribe.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