summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/html.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, allow switching the desired font for subsequentschwarze2019-04-301-13/+4
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-011-1/+2
* The .UR and .MT blocks in man(7) are represented by <a> elementsschwarze2019-01-181-1/+3
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-071-2/+1
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-061-2/+4
* Now that the NODE_NOFILL flag in the syntax tree is accurate,schwarze2019-01-051-1/+2
* drop flag HTML_LITERAL which is no longer usedschwarze2018-12-311-2/+1
* Yet another round of improvements to manual font selection.schwarze2018-12-151-1/+2
* Implement the \f(CW and \f(CR (constant width font) escape sequencesschwarze2018-10-251-1/+2
* Add an option -T html -O toc to add a brief table of contents nearschwarze2018-10-021-1/+3
* Support a second argument to -O man,schwarze2018-10-021-2/+3
* Delete substantial amounts of codeschwarze2018-06-251-2/+1
* Do not write <colgroup> elements. Their only purpose is to enforceschwarze2018-06-251-3/+1
* Do not write duplicate id= attributes, they violate HTML syntax.schwarze2018-05-251-2/+2
* Fix a long-standing issue:schwarze2018-05-091-1/+2
* preserve comments before .Dd and .TH (typically Copyright and license)schwarze2018-04-131-2/+3
* 1. Eliminate struct eqn, instead use the existing membersschwarze2017-07-081-3/+3
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,schwarze2017-06-231-1/+2
* Start roff formatter modules for HTML and termininal output,schwarze2017-05-041-1/+3
* Minimal support for deep linking into man(7) pages.schwarze2017-03-151-1/+3
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;schwarze2017-02-051-1/+2
* for .Rs, use <cite>schwarze2017-02-051-1/+2
* Improve <table> syntax:schwarze2017-02-051-2/+2
* eliminate one useless struct and one level of indirection;schwarze2017-01-291-6/+2
* Fix -man -Thtml formatting after .nf (which has nothing to doschwarze2017-01-261-1/+2
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;schwarze2017-01-191-2/+1
* Implement line breaking of the generated HTML code at space charactersschwarze2017-01-191-3/+6
* Make HTML output more human readable by overhauling line break logicschwarze2017-01-181-1/+4
* Completely delete the buf field of struct html and all the buf*()schwarze2017-01-171-16/+1
* Simplify the usage of print_otag() by making it accept a variableschwarze2017-01-171-36/+3
* Use __attribute__((__format__ throughout.schwarze2016-07-191-2/+3
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-4/+1
* Major character table cleanup:schwarze2015-10-131-2/+1
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-1/+2
* header cleanup:schwarze2014-12-011-3/+6
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
* Make the character table available to libroff so it can check theschwarze2014-10-281-2/+2
* Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.schwarze2014-10-101-1/+2
* parse and render "from" and "to" clauses in eqn, and render matrices;schwarze2014-10-091-1/+4
* initial bits of MathML rendering for eqn(7) -Thtml;schwarze2014-10-091-1/+16
* Switch HTML output to polyglot HTML5; have only one single -Thml mode.schwarze2014-10-071-15/+5
* implement .An -[no]split for -Thtmlschwarze2014-09-171-1/+3
* Revert previous, as requested by kristaps@.schwarze2014-08-141-2/+1
* Use <em> for .Em and .Bf -emphasis.schwarze2014-08-131-1/+2
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-7/+7
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".schwarze2013-08-081-1/+2
* Implement the roff \z escape sequence, intended to output the nextschwarze2012-05-281-1/+2
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-4/+6
* sync to version 1.11.5:schwarze2011-09-181-1/+2
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-9/+9