about summary refs log tree commit diff
path: root/filters/html-converters/txt2html
blob: a79599582a6cba461a58be9b85ef5f5293a1369e (plain) (blame)
1
2
3
4
#!/bin/sh
echo "<pre>"
cat
echo "</pre>"
June McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe