Age | Commit message (Collapse) | Author |
|
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)
|
|
regions (code tags) and clip out source/ from generated paths
|
|
fix quirk in #eval inclusion that messed up spacing on the first line
|
|
also set up pandoc to include a bit of style information, currently located at headers.html
TODO plans include configurable headers for a page, but not right now
|
|
this is how i'll string in sane highlighting for code, assembly, etc
|