Made all options public.
h3rald h3rald@h3rald.com
Mon, 31 Oct 2016 17:28:50 +0100
1 files changed,
6 insertions(+),
6 deletions(-)
jump to
M
hastyscribe.nim
→
hastyscribe.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]