aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some characters.Kristaps Dzonsons2009-09-221-16/+16
| | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too).
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-221-45/+46
|
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-3/+3
|
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-211-21/+21
| | | | Added some UTF chars to chars.in.
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-11/+11
|
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵Kristaps Dzonsons2009-09-201-4/+4
| | | | -hang, now) and -column is still pending.
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵Kristaps Dzonsons2009-09-171-6/+6
| | | | apparently).
* More html.Kristaps Dzonsons2009-09-171-267/+267
| | | | Initial html encodings in chars.in.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-0/+300
More html work.