Creates html and LaTeX files from (a small subset of) asciidoc.
The idea for for Process.lhs came from:
=, ==, === (title, level 1, level 2).Fancy quotes (single and double) automatically generated in both LaTeX and html output.
All the haskell libraries listed in import statements, namely:
Codec.Binary.Base64.String Data.List Data.List.Split Data.String.Here Data.String.Utils System.Environment
The LaTeX preamble includes \usepackage{fontspec} and
\setmainfont{STIX Two Text}.
So XeLaTeX or LuaLaTeX will be needed to compile to PDF.
These above lines could be removed and \usepackage{times} or similar
used instead.
Nested lists (maybe), ... let's see...
Links still broken in corner cases