summaryrefslogtreecommitdiffstats
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* prevent breakable hyphens in segment identifiersIngo Schwarze2022-08-091-2/+5
* While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze2022-07-061-1/+1
* Instead of the custom <div class="manual-text">, use the standardIngo Schwarze2022-07-031-0/+2
* Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze2022-06-241-0/+4
* If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze2021-09-091-0/+1
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-4/+16
* In revision 1.157 of cgi.c, a meta viewport element was added toIngo Schwarze2021-06-021-0/+2
* implement the tbl(7) layout modifiers "b" (bold) and "i" (italic)Ingo Schwarze2021-05-161-0/+1
* In HTML output, avoid printing a newline right after <pre>Ingo Schwarze2020-10-161-1/+1
* In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze2020-04-201-2/+3
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze2020-04-191-33/+39
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-3/+20
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-081-2/+2
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-071-6/+10
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-5/+16
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-10/+68
* The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze2020-02-271-2/+2
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-0/+1
* Do not clear HTML_NOSPACE in print_indent().Ingo Schwarze2019-09-051-7/+4
* Wrap text and phrasing elements in paragraphs unless alreadyIngo Schwarze2019-09-031-1/+24
* Make html_close_paragraph() more versatile, more robust, lessIngo Schwarze2019-09-031-13/+10
* delete the TAG_IDIV crutch, which is no longer usedIngo Schwarze2019-09-011-1/+0
* In the HTML formatter, assert(3) that no HTML nesting violation occurs.Ingo Schwarze2019-08-291-27/+39
* minor sync of the inline stylesheet with mandoc.css:Ingo Schwarze2019-08-021-11/+6
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-301-47/+25
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-031-6/+17
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-0/+1
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-181-41/+49
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-6/+0
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-12/+10
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-061-1/+16
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-051-0/+33
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-3/+2
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-3/+5
* HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze2018-12-041-4/+1
* Support more than one style attribute one the same HTML element.Ingo Schwarze2018-11-261-15/+24
* When a font escape appears in the middle of a string,Ingo Schwarze2018-11-231-1/+4
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-0/+10
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-021-0/+2
* Support a second argument to -O man,Ingo Schwarze2018-10-021-2/+18
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-0/+3
* Delete substantial amounts of codeIngo Schwarze2018-06-251-138/+17
* Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze2018-06-251-10/+2
* Delete support for style=width attributes, which are no longer used.Ingo Schwarze2018-06-251-40/+0
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-2/+0
* Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze2018-06-251-4/+1
* Revert previous: style=height is still used by roff_html.c, and itIngo Schwarze2018-06-181-1/+4
* delete support for the HTML style=height property, which is no longer usedIngo Schwarze2018-06-101-3/+0
* Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze2018-05-291-11/+0
* URL-fragment strings can only contain certain characters.Ingo Schwarze2018-05-281-2/+8