summaryrefslogtreecommitdiff
path: root/filters/html-converters/md2html
Commit message (Collapse)AuthorAge
* md2html: use utf-8 and flush output bufferJason A. Donenfeld2016-06-17
| | | | | | | | | Otherwise we get the classic Python UTF-8 errors, and the text is all out of order. While we're at it, switch to python3 so we only have to support one set of oddball semantics. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Suggested-by: Daniel Campbell <dlcampbell@gmx.com>
* md2html: Do syntax highlighting tooJason A. Donenfeld2016-02-23
|
* md2html: the default of stdin works fineJason A. Donenfeld2015-10-12
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* md2html: use pure pythonJason A. Donenfeld2015-10-12
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* filters: Simplify convertersJason A. Donenfeld2015-10-09
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* filters: import more modern scriptsJason A. Donenfeld2013-05-27
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>