aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-271-3/+1
* Delete substantial amounts of codeIngo Schwarze2018-06-251-4/+3
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-2/+2
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-22/+2
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-101-17/+10
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-7/+6
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-17/+6
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-211-2/+2
* 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-2/+2
* Fix a long-standing issue:Ingo Schwarze2018-05-091-15/+11
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-081-54/+13
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-081-11/+11
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-241-12/+12
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-13/+20
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-2/+2
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-151-5/+5
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-151-2/+2
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-141-26/+19
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Fix a regression in the previous revision:Ingo Schwarze2017-06-191-3/+7
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-10/+18
* Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze2017-05-171-18/+1
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-5/+5
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-4/+4
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-27/+3
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+2
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-18/+8
* Parser reorg:Ingo Schwarze2017-05-041-4/+15
* Continue parser unification:Ingo Schwarze2017-04-241-5/+8
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-9/+15
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-171-3/+5
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-29/+6
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-141-2/+3
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-131-11/+81
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-131-43/+43
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-031-2/+2
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-1/+2
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-3/+1
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-3/+1
* Wrap .St content in a <span class="St">.Ingo Schwarze2017-02-051-3/+11
* fix font selection for .Bf without argumentIngo Schwarze2017-02-051-2/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-10/+10
* for .Rs, use <cite>Ingo Schwarze2017-02-051-2/+2
* Improve <table> syntax:Ingo Schwarze2017-02-051-9/+13
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-3/+3
* Simplify usage of print_otag() even more:Ingo Schwarze2017-01-281-48/+21
* .Bl -column with zero columns is legal, so don't segfalt on it.Ingo Schwarze2017-01-281-17/+17
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-4/+46