aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
Commit message (Expand)AuthorAgeFilesLines
* If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze2021-09-091-1/+2
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-1/+3
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-2/+7
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* delete the TAG_IDIV crutch, which is no longer usedIngo Schwarze2019-09-011-2/+1
* In the HTML formatter, assert(3) that no HTML nesting violation occurs.Ingo Schwarze2019-08-291-12/+12
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-301-13/+4
* 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-1/+3
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-2/+1
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-061-2/+4
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-051-1/+2
* drop flag HTML_LITERAL which is no longer usedIngo Schwarze2018-12-311-2/+1
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-1/+2
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-1/+2
* 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-2/+3
* Delete substantial amounts of codeIngo Schwarze2018-06-251-2/+1
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-3/+1
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-2/+2
* Fix a long-standing issue:Ingo Schwarze2018-05-091-1/+2
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-2/+3
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-3/+3
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-231-1/+2
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-1/+3
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-1/+3
* 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
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-6/+2
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-261-1/+2
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-2/+1
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-3/+6
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-1/+4
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-16/+1
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-36/+3
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-5/+3
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* Major character table cleanup:Ingo Schwarze2015-10-131-2/+1
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-1/+2
* header cleanup:Ingo Schwarze2014-12-011-3/+6
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-2/+2
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-101-2/+2
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-1/+2
* Change "to" and "from" commands to use munder, mover, and munderover.Kristaps Dzonsons2014-09-281-1/+4
* Add support for some MathML elements and attributes in our HTML5.Kristaps Dzonsons2014-09-281-1/+16
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-7/+1
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-2/+2
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-2/+1