summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/html.c
AgeCommit message (Expand)Author
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
2018-05-28URL-fragment strings can only contain certain characters.Ingo 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-05-01skip printing the embedded style sheet if an external style is referencedIngo Schwarze
2018-04-13preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze
2017-09-06fix a NULL pointer access on deroff() failure;Ingo Schwarze
2017-07-15In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze
2017-07-14Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze
2017-07-14Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze
2017-07-14Print HTML character references as 4+ digits hexadecimal, like Unicode.Anthony J. Bentley
2017-06-23Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze
2017-06-08make the internal a2roffsu() interface more powerful by returningIngo Schwarze
2017-05-14Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze
2017-05-12Make the tag column in .Bl -tag lists wider:Ingo Schwarze
2017-03-15Minimal support for deep linking into man(7) pages.Ingo Schwarze
2017-03-14Slightly increase widths calculated from string lengths (mainlyIngo Schwarze
2017-03-13Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze
2017-02-05mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze
2017-02-05for .Rs, use <cite>Ingo Schwarze
2017-02-05Improve <table> syntax:Ingo Schwarze
2017-01-29eliminate one useless struct and one level of indirection;Ingo Schwarze
2017-01-28Simplify usage of print_otag() even more:Ingo Schwarze
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze
2017-01-25Improve HTML formatting of .Bl -tag.Ingo Schwarze
2017-01-21slightly simplify header and footer stylesIngo Schwarze
2017-01-19clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze