summaryrefslogtreecommitdiff
path: root/content_template.pandoc
AgeCommit message (Collapse)Author
2018-01-03add pandoc styling, adjust templateiximeow
template was indented, resulting in weirdness about <pre> content. insert a newline before adding #include'd content try to decode read lines as utf-8 and report error if any do *not* try to decode for output, just let python deal with it (writing unicode strings causes issues because python may try to write multi-byte codepoints by converting to a byte, then throwing due to out of range values)
2018-01-01put generated files in gitignore, adjust background color for backticked ↵iximeow
regions (code tags) and clip out source/ from generated paths
2018-01-01transform headers html into a proper pandoc templateiximeow