about summary refs log tree commit diff
path: root/filters/html-converters/txt2html
blob: 495eeceb279e84f6b1e1a877b3adf416082ce41a (plain) (blame)
1
2
3
4
#!/bin/sh
echo "<pre>"
sed "s|&|\\&amp;|g;s|'|\\&apos;|g;s|\"|\\&quot;|g;s|<|\\&lt;|g;s|>|\\&gt;|g"
echo "</pre>"
td/> 2015-01-06Swap 0 and ^ in VimJune McEnroe 2015-01-06Highlight columns 80, 100, 120June McEnroe 2014-11-29Add iTerm2 to effuse exlcudeJune McEnroe 2014-11-29Update README listJune McEnroe 2014-11-29Remove unused configsJune McEnroe