summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, avoid printing a newline right after <pre>schwarze2020-10-161-9/+7
* automatically tag .SH and .SS in man(7) terminal outputschwarze2020-04-041-2/+1
* Split tagging into a validation part including prioritizationschwarze2020-03-131-9/+7
* Introduce the concept of nodes that are semantically transparent:schwarze2020-02-271-6/+8
* In roff, a space character at the beginning of an input line requiresschwarze2020-02-121-3/+3
* In HTML output, allow switching the desired font for subsequentschwarze2019-04-301-3/+3
* Represent multiple subsequent .IP blocks having a consistentschwarze2019-03-021-16/+68
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-011-7/+14
* Format multiple subsequent .IP or multiple subsequent .TP/.TQschwarze2019-02-281-3/+29
* The .UR and .MT blocks in man(7) are represented by <a> elementsschwarze2019-01-181-8/+10
* do not access a NULL pointer when formatting a completely empty documentschwarze2019-01-111-2/+2
* Remove the HTML title= attributes which harmed accessibility andschwarze2019-01-111-6/+6
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-071-11/+12
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-061-70/+55
* In no-fill mode, avoid bogus blank lines in two situations:schwarze2019-01-051-3/+3
* minor cleanup, no functional change:schwarze2019-01-051-24/+16
* Now that the NODE_NOFILL flag in the syntax tree is accurate,schwarze2019-01-051-117/+18
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)schwarze2018-12-311-19/+17
* Cleanup, no functional change:schwarze2018-12-301-6/+6
* Yet another round of improvements to manual font selection.schwarze2018-12-151-1/+2
* Cleanup, no functional change:schwarze2018-12-131-2/+1
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)schwarze2018-12-031-7/+12
* Input lines that are not blank but generate no output,schwarze2018-10-231-3/+6
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man,schwarze2018-08-181-1/+25
* Remove more pointer arithmetic passing via regions outside the arrayschwarze2018-08-171-6/+6
* implement the GNU man-ext .TQ macro in man(7),schwarze2018-08-161-13/+14
* garbage collect the unused "#define INDENT"schwarze2018-07-271-3/+1
* Ignore author-specified indentation for .RS; it harms responsiveschwarze2018-06-251-21/+3
* For -man -Thtml, ignore author-specified .HP widths because theyschwarze2018-06-251-16/+5
* Do not write duplicate id= attributes, they violate HTML syntax.schwarze2018-05-251-5/+3
* Eliminate the class=It-* attributes.schwarze2018-05-081-3/+3
* replace my vague and idiosyncratic term "selflink"schwarze2018-04-241-3/+3
* preserve comments before .Dd and .TH (typically Copyright and license)schwarze2018-04-131-14/+21
* preserve comments before .Dd when converting mdoc(7) to man(7)schwarze2018-04-111-1/+3
* Add support for the MT and ME mailto macros, used for example in wg(8).bentley2017-06-251-2/+11
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addschwarze2017-06-241-1/+2
* make the internal a2roffsu() interface more powerful by returningschwarze2017-06-081-6/+2
* Trailing \c suppresses the output line break even ifschwarze2017-05-091-2/+3
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-22/+2
* move .ll to the roff modulesschwarze2017-05-051-2/+1
* Move handling of the roff(7) .ft request from the man(7)schwarze2017-05-051-2/+1
* Start roff formatter modules for HTML and termininal output,schwarze2017-05-041-18/+8
* Parser reorg:schwarze2017-05-041-2/+13
* Continue parser unification:schwarze2017-04-241-3/+4
* Fix regression in mdoc_html.c 1.150, man_html 1.87:schwarze2017-03-171-3/+5
* Minimal support for deep linking into man(7) pages.schwarze2017-03-151-6/+18
* Improve <table> syntax:schwarze2017-02-051-2/+1
* Rework fill mode handling for -man -Thtml.schwarze2017-01-301-69/+134
* eliminate one useless struct and one level of indirection;schwarze2017-01-291-3/+3
* Fix -man -Thtml formatting after .nf (which has nothing to doschwarze2017-01-261-58/+47