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