all repos — hastyscribe @ e34933753122d53423c4ad67a3e2af3147acd94b

A professional markdown compiler.

Made all options public.
h3rald h3rald@h3rald.com
Mon, 31 Oct 2016 17:28:50 +0100
commit

e34933753122d53423c4ad67a3e2af3147acd94b

parent

b11742dd665e1630829f2c1539447c15317594b9

1 files changed, 6 insertions(+), 6 deletions(-)

jump to
M hastyscribe.nimhastyscribe.nim

@@ -18,12 +18,12 @@

type HastyOptions* = object - toc: bool - input: string - output: string - css: string - watermark: string - fragment: bool + toc*: bool + input*: string + output*: string + css*: string + watermark*: string + fragment*: bool HastyFields* = Table[string, proc():string] HastySnippets* = Table[string, string] HastyMacros* = Table[string, string]