summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/html.c
AgeCommit message (Expand)Author
2022-08-09prevent breakable hyphens in segment identifiersIngo Schwarze
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-07-03Instead of the custom <div class="manual-text">, use the standardIngo Schwarze
2022-06-24Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze
2021-09-09If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2021-05-22In revision 1.95 of cgi.c, a meta viewport element was added to the HTML output.anton
2021-05-16implement the tbl(7) layout modifiers "b" (bold) and "i" (italic)Ingo Schwarze
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-04-20In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze
2020-04-19Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze
2020-04-18When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze
2020-04-08Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
2020-02-27The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze
2020-01-19Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze
2019-09-05Do not clear HTML_NOSPACE in print_indent().Ingo Schwarze
2019-09-03Wrap text and phrasing elements in paragraphs unless alreadyIngo Schwarze
2019-09-03oops, fix use after free in previousIngo Schwarze
2019-09-03Make html_close_paragraph() more versatile, more robust, lessIngo Schwarze
2019-09-01delete the TAG_IDIV crutch, which is no longer usedIngo Schwarze
2019-08-29In the HTML formatter, assert(3) that no HTML nesting violation occurs.Ingo Schwarze
2019-08-02minor sync of the inline stylesheet with mandoc.css:Ingo Schwarze
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-03-03Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze
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-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-04HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze
2018-11-26Support more than one style attribute one the same HTML element.Ingo Schwarze
2018-11-23When a font escape appears in the middle of a string,Ingo Schwarze
2018-10-25Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo 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-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-06-25Delete substantial amounts of codeIngo Schwarze
2018-06-25Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze
2018-06-25Delete support for style=width attributes, which are no longer used.Ingo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2018-06-25Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze
2018-06-18Revert previous: style=height is still used by roff_html.c, and itIngo Schwarze
2018-06-10delete support for the HTML style=height property, which is no longer usedIngo Schwarze
2018-05-29Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze