aboutsummaryrefslogtreecommitdiffstats
path: root/filters/html-converters
Commit message (Expand)AuthorAgeFilesLines
* md2html: use utf-8 and flush output buffer•••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> Jason A. Donenfeld2016-06-171-6/+11
* md2html: Do syntax highlighting tooJason A. Donenfeld2016-02-231-1/+5
* md2html: the default of stdin works fine•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2015-10-121-2/+1
* filters: misc cleanups•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2015-10-122-2/+1
* md2html: use pure python•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2015-10-121-6/+9
* filters: Simplify converters•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2015-10-094-1734/+284
* filters: apply HTML escaping•••http://www.w3.org/International/questions/qa-escapes#use Lazaros Koromilas2015-08-121-1/+1
* remove trailing whitespaces from source filesChristian Hesse2014-04-171-18/+18
* filters: toggle perl utf8 situation•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2013-05-281-4/+0
* filters: import more modern scripts•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2013-05-276-0/+1748