| Commit message (Expand) | Author | Age | Files | Lines |
* | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze | 2021-03-30 | 1 | -2/+5 |
* | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze | 2020-10-16 | 1 | -5/+4 |
* | Correctly handle non-unique tags even when NODE_ID and NODE_HREF fall | Ingo Schwarze | 2020-04-19 | 1 | -3/+8 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 1 | -3/+6 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze | 2020-04-06 | 1 | -14/+19 |
* | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze | 2020-04-01 | 1 | -2/+0 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -159/+41 |
* | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze | 2020-02-27 | 1 | -1/+1 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 1 | -31/+37 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -1/+13 |
* | In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros. | Ingo Schwarze | 2019-12-11 | 1 | -3/+7 |
* | Fix line breaking in no-fill mode (.Bd -unfilled/<pre>), | Ingo Schwarze | 2019-09-15 | 1 | -20/+26 |
* | Format .Nd with more logically with <span> rather than <div>; after all, | Ingo Schwarze | 2019-09-03 | 1 | -3/+1 |
* | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze | 2019-09-01 | 1 | -1/+1 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 1 | -1/+5 |
* | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze | 2019-01-18 | 1 | -7/+10 |
* | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze | 2019-01-11 | 1 | -2/+2 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 1 | -42/+42 |
* | After years of gnashing of teeth, i finally found a way to avoid | Ingo Schwarze | 2019-01-10 | 1 | -12/+0 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 1 | -93/+131 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -12/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -5/+5 |
* | bugfix: make the static class buffer long enough | Ingo Schwarze | 2018-12-25 | 1 | -1/+1 |
* | In the TOC, close <a> before opening <ul>. | Ingo Schwarze | 2018-12-22 | 1 | -1/+2 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+0 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -3/+9 |
* | When a subsection header contains no letters but only special | Ingo Schwarze | 2018-10-04 | 1 | -1/+3 |
* | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze | 2018-10-02 | 1 | -6/+22 |
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 1 | -1/+31 |
* | Support a second argument to -O man, | Ingo Schwarze | 2018-10-02 | 1 | -1/+1 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -7/+7 |
* | garbage collect the unused "#define INDENT" | Ingo Schwarze | 2018-07-27 | 1 | -2/+0 |
* | Delete substantial amounts of code | Ingo Schwarze | 2018-06-25 | 1 | -3/+2 |
* | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze | 2018-06-25 | 1 | -1/+1 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 1 | -21/+1 |
* | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze | 2018-06-10 | 1 | -16/+9 |
* | Ignore author-specified -width arguments for -tag and -hang lists | Ingo Schwarze | 2018-05-29 | 1 | -6/+5 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -16/+5 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Fix a long-standing issue: | Ingo Schwarze | 2018-05-09 | 1 | -14/+10 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -53/+12 |
* | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze | 2018-05-08 | 1 | -10/+10 |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 1 | -11/+11 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -12/+19 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -1/+1 |
* | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze | 2017-07-15 | 1 | -4/+4 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |