aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-031-7/+18
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-1/+2
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-181-42/+50
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-7/+1
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-13/+11
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-061-2/+17
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-051-1/+34
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-4/+3
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-4/+6
* HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze2018-12-041-5/+2
* Support more than one style attribute one the same HTML element.Ingo Schwarze2018-11-261-16/+25
* When a font escape appears in the middle of a string,Ingo Schwarze2018-11-231-2/+5
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-1/+11
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-021-1/+3
* Support a second argument to -O man,Ingo Schwarze2018-10-021-3/+19
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-1/+4
* Delete substantial amounts of codeIngo Schwarze2018-06-251-139/+18
* Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze2018-06-251-11/+3
* Delete support for style=width attributes, which are no longer used.Ingo Schwarze2018-06-251-41/+1
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-3/+1
* 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-4/+1
* Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze2018-05-291-12/+1
* URL-fragment strings can only contain certain characters.Ingo Schwarze2018-05-281-3/+9
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-5/+45
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-211-1/+3
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-211-2/+2
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-211-1/+3
* Fix a long-standing issue:Ingo Schwarze2018-05-091-1/+4
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-081-1/+5
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-081-1/+7
* skip printing the embedded style sheet if an external style is referencedIngo Schwarze2018-05-011-6/+7
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-2/+28
* fix a NULL pointer access on deroff() failure;Ingo Schwarze2017-09-061-1/+3
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-151-14/+18
* Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze2017-07-141-2/+7
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-141-12/+1
* print HTML character references as 4+ digits hexadecimal, like Unicode;Ingo Schwarze2017-07-141-4/+4
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-231-1/+2
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-8/+27
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-2/+5
* Tweak previous: tb@ noticed that some browser/font combinationsIngo Schwarze2017-05-141-2/+2
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-5/+11
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-2/+25
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-141-1/+3
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-131-6/+13
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-1/+2
* for .Rs, use <cite>Ingo Schwarze2017-02-051-1/+2
* Improve <table> syntax:Ingo Schwarze2017-02-051-2/+2