summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Collapse)AuthorAgeFilesLines
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-241-15/+9
|
* Fix in -Tascii where `Lb' causes line-break in any section (should only ↵Kristaps Dzonsons2009-09-241-5/+29
| | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character.
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-7/+78
| | | | -Thtml and -Tascii now have equivalent functionality.
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-37/+139
| | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-15/+221
| | | | Minor space issues fixed in -Tascii.
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-2/+2
| | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml.
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-11/+96
|
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+1617