Template directory Support
This release brings in support for using a --templatedir [directory] where goasciidoc
will pick up any template override wanted. This is more usable instead of pointing out one by one.
The defaults folder contains all default templates that I use to embed into the binary (using go 1.16 embed directive). This is a great folder to copy to your own template directory and start changing the layout.
The documentation has been updated to reflect the new --templatedir support. This sorts out issue #12
Also fixes a small issue #11
Cheers,
Mario