summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_html.c
AgeCommit message (Expand)Author
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-11do not access a NULL pointer when formatting a completely empty documentIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-10After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2018-12-31Cleanup, no functional change:Ingo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-25bugfix: make the static class buffer long enoughIngo Schwarze
2018-12-22In the TOC, close <a> before opening <ul>.Ingo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-10-04When a subsection header contains no letters but only specialIngo Schwarze
2018-10-02add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze
2018-10-02Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze
2018-10-02Support a second argument to -O man,Ingo Schwarze
2018-08-17Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze
2018-07-27garbage collect the unused "#define INDENT"Ingo Schwarze
2018-06-25Delete substantial amounts of codeIngo Schwarze
2018-06-25Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2018-06-10In HTML output, for lists that have an -indent argument, just useIngo Schwarze
2018-05-29Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze
2018-05-25Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze
2018-05-21Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze
2018-05-21Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze
2018-05-20Use <span> rather than abusing <i> for .Pa;Ingo Schwarze
2018-05-09Fix a long-standing issue:Ingo Schwarze
2018-05-08Eliminate the class=It-* attributes.Ingo Schwarze
2018-05-08Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze
2018-04-24replace my vague and idiosyncratic term "selflink"Ingo Schwarze
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2018-04-11preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze
2017-07-15In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze
2017-07-15use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze
2017-07-14Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-19Fix a regression in the previous revision:Ingo Schwarze
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze
2017-05-17Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze
2017-05-12Make the tag column in .Bl -tag lists wider:Ingo Schwarze
2017-05-09Trailing \c suppresses the output line break even ifIngo Schwarze
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05move .ll to the roff modulesIngo Schwarze
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Start roff formatter modules for HTML and termininal output,Ingo Schwarze
2017-05-04Parser reorg:Ingo Schwarze
2017-04-24Continue parser unification:Ingo Schwarze
2017-04-17Fix handling of trailing punctuation in .Lk.Ingo Schwarze