summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-1/+2
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-11/+11
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+3
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-15/+45
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-450/+391
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-1/+5
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-41/+44
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-12/+7
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-14/+19
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-108/+3
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-22/+63
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-68/+142
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-18/+25
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-22/+51
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-2/+2
* Lint check (noop).Kristaps Dzonsons2009-09-251-2/+2
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-4/+4
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-14/+94
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-3/+3
* 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 happe...Kristaps Dzonsons2009-09-241-5/+29
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-7/+78
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-37/+139
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-15/+221
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-2/+2
* 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