troff: escape dots after inline markups
[ctxt.git] / README
blob139c7da8edadfe47cd40ede7a35d92959f094b49
1 CTXT
2 ====
4 CTXT converts plain text to other formats.  It is implemented in C
5 and tries to be small and fast.  Currently html, latex and troff
6 formats are supported.
8 http://repo.or.cz/w/ctxt.git (git://repo.or.cz/ctxt.git)
10 USAGE
11 =====
13 For using ctxt you can invoke:
15   ctxt -m html <input >output
17 If -m is ommited, latex is assumed.