summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-06Add sample inputHEADmasterDaniel Gnoutcheff
2021-09-30Fix README yet againDaniel Gnoutcheff
2021-09-30README tweaks and fixesDaniel Gnoutcheff
2021-09-29Write README, cleanup packagingDaniel Gnoutcheff
2021-09-21Disable markdown_in_html_blocks extensionDaniel Gnoutcheff
2021-09-21Force utf8Daniel Gnoutcheff
Don't crash on unicode input, even if the environment doesn't contain LANG=en_US.utf8 or the like.
2021-09-21Accomodate IkiWiki's inline pluginDaniel Gnoutcheff
2021-09-16Add tabFilterDaniel Gnoutcheff
The pandoc CLI does this by default, and for some reason it greatly changes the parsing of tab-indented raw HTML.
2021-09-16Licence informationDaniel Gnoutcheff
2021-09-15Fix memory leak, againDaniel Gnoutcheff
2021-09-15Switch back to Network.XmlRpc for outputDaniel Gnoutcheff
Text.XML.HaXml.ByteStringPP mangles Unicode and is harder to use. Network.XmlRpc is good enough now that we've given up on control chars.
2021-09-15Unescape input messagesDaniel Gnoutcheff
2021-09-14Filter control charsDaniel Gnoutcheff
IkiWIki's XML-RPC layer won't accept them, even with XML escaping.
2021-09-14Fix flushingDaniel Gnoutcheff
We meant to flush after putStr, not before.
2021-09-14Fix memory leakDaniel Gnoutcheff
2021-09-14Flush stdout after each message, rather than after each lineDaniel Gnoutcheff
2021-09-13Rewrite to fix escapingDaniel Gnoutcheff
2021-08-10Slightly tighter importsDaniel Gnoutcheff
2021-08-10First working versionDaniel Gnoutcheff