summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedschwarze2021-03-301-3/+6
* In HTML output, avoid printing a newline right after <pre>schwarze2020-10-161-6/+5
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallschwarze2020-04-191-4/+9
* When a .Tg is attached to a paragraph, attach the permalinkschwarze2020-04-181-4/+7
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.schwarze2020-04-061-15/+20
* Just like we are already doing it in HTML output, automatically tagschwarze2020-04-011-3/+1
* Split tagging into a validation part including prioritizationschwarze2020-03-131-159/+41
* The HTML standard does not allow self-closing syntax for non-void elements.schwarze2020-02-271-2/+2
* Introduce the concept of nodes that are semantically transparent:schwarze2020-02-271-32/+38
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeschwarze2020-01-191-2/+14
* In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros.bentley2019-12-101-4/+8
* Fix line breaking in no-fill mode (.Bd -unfilled/<pre>),schwarze2019-09-151-21/+27
* Format .Nd with more logically with <span> rather than <div>; after all,schwarze2019-09-031-4/+2
* delete the TAG_IDIV crutch, which is no longer usedschwarze2019-09-011-2/+2
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-011-2/+6
* The .UR and .MT blocks in man(7) are represented by <a> elementsschwarze2019-01-181-8/+11
* do not access a NULL pointer when formatting a completely empty documentschwarze2019-01-111-3/+3
* Remove the HTML title= attributes which harmed accessibility andschwarze2019-01-111-43/+43
* After years of gnashing of teeth, i finally found a way to avoidschwarze2019-01-101-13/+1
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-071-94/+132
* Cleanup, no functional change:schwarze2018-12-311-13/+4
* Cleanup, no functional change:schwarze2018-12-301-6/+6
* bugfix: make the static class buffer long enoughschwarze2018-12-251-2/+2
* In the TOC, close <a> before opening <ul>.schwarze2018-12-221-2/+3
* 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-4/+10
* When a subsection header contains no letters but only specialschwarze2018-10-041-2/+4
* add DESCRIPTION and .Ss to the toc; suggested by espie@schwarze2018-10-021-7/+23
* Add an option -T html -O toc to add a brief table of contents nearschwarze2018-10-021-2/+32
* Support a second argument to -O man,schwarze2018-10-021-2/+2
* Remove more pointer arithmetic passing via regions outside the arrayschwarze2018-08-171-8/+8
* garbage collect the unused "#define INDENT"schwarze2018-07-271-3/+1
* Delete substantial amounts of codeschwarze2018-06-251-4/+3
* Drop explicit, constant style=margin-left attribute on .Bf blocks.schwarze2018-06-251-2/+2
* Do not write <colgroup> elements. Their only purpose is to enforceschwarze2018-06-251-22/+2
* In HTML output, for lists that have an -indent argument, just useschwarze2018-06-101-17/+10
* Ignore author-specified -width arguments for -tag and -hang listsschwarze2018-05-291-7/+6
* Do not write duplicate id= attributes, they violate HTML syntax.schwarze2018-05-251-17/+6
* Use <span> for .Ms rather than <b>; discussed with John Gardner.schwarze2018-05-211-2/+2
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.schwarze2018-05-211-2/+2
* Use <span> rather than abusing <i> for .Pa;schwarze2018-05-201-2/+2
* Fix a long-standing issue:schwarze2018-05-091-15/+11
* Eliminate the class=It-* attributes.schwarze2018-05-081-54/+13
* Switch the emitted HTML element from <b> to <code> for the fixedschwarze2018-05-081-11/+11
* replace my vague and idiosyncratic term "selflink"schwarze2018-04-241-12/+12
* preserve comments before .Dd and .TH (typically Copyright and license)schwarze2018-04-131-13/+20
* preserve comments before .Dd when converting mdoc(7) to man(7)schwarze2018-04-111-2/+2
* In .Bl -tag and -hang, do not print a margin-left style attributeschwarze2017-07-151-5/+5
* use the same width increase logic for .Bl -hang as for .Bl -tagschwarze2017-07-151-2/+2