summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up date handling,Ingo Schwarze2011-03-071-5/+2
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-2/+8
* Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148:Ingo Schwarze2011-02-061-3/+5
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+3
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-2/+3
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-291-3/+17
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-251-2/+8
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-251-8/+3
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-251-4/+9
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-7/+15
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-4/+20
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-1/+3
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-4/+5
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-2/+5
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-1/+3
* Make `Fo' use a B instead of SPAN (left-over).Kristaps Dzonsons2010-12-241-3/+3
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-2/+1
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-25/+25
* Ensure -Thtml has DIV as child of BLOCKQUOTE.Kristaps Dzonsons2010-12-231-6/+6
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-32/+32
* Fix list-type being clobbered by margins. Last default styles in place.Kristaps Dzonsons2010-12-201-13/+14
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-11/+18
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-21/+53
* Migrate schwarze@'s `Bk' argument patch to -T[x]html.Kristaps Dzonsons2010-12-191-2/+3
* Don't use EM for default widths; use BU instead.Kristaps Dzonsons2010-12-171-3/+3
* Prevent double-printing of `D1' or `Dl' DIV.Kristaps Dzonsons2010-12-171-5/+4
* Add a "list" top-level tag, too.Kristaps Dzonsons2010-12-171-2/+5
* Remove useless DIVs in favour of BRs. Fix `Ex' by having it print a priorKristaps Dzonsons2010-12-171-4/+10
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-30/+22
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-171-43/+23
* Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' usingKristaps Dzonsons2010-12-171-55/+33
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-171-70/+23
* Get widths to be propertly represented in -T[x]html.Kristaps Dzonsons2010-12-161-7/+18
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-151-6/+1
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-30/+34
* Make sure that new list types don't emit whitespace before or after (weKristaps Dzonsons2010-12-151-21/+16
* Clarify purpose of "lit".Kristaps Dzonsons2010-12-151-7/+11
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-7/+1
* Added list-type style tips.Kristaps Dzonsons2010-12-151-12/+13
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-239/+151
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-1/+5
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-2/+2
* let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze2010-10-231-2/+2
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-101-2/+13
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-6/+5
* Fix small regression where `Op' had an extra space between the "[" and the SPAN.Kristaps Dzonsons2010-10-011-1/+2
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-271-1/+21
* Consolidated all -T[x]html punctuation macros into one function.Kristaps Dzonsons2010-09-261-214/+143
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-251-2/+4
* Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. RemoveKristaps Dzonsons2010-09-251-7/+4