summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-1/+5
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-181-7/+10
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-111-2/+2
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-42/+42
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-101-12/+0
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-93/+131
* Cleanup, no functional change:Ingo Schwarze2018-12-311-12/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-301-5/+5
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-1/+1
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-1/+2
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-0/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+0
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-3/+9
* When a subsection header contains no letters but only specialIngo Schwarze2018-10-041-1/+3
* add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze2018-10-021-6/+22
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-021-1/+31
* Support a second argument to -O man,Ingo Schwarze2018-10-021-1/+1
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-7/+7
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-271-2/+0
* Delete substantial amounts of codeIngo Schwarze2018-06-251-3/+2
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-1/+1
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-251-21/+1
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-101-16/+9
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-6/+5
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-16/+5
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-211-1/+1
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-211-1/+1
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-211-1/+1
* Fix a long-standing issue:Ingo Schwarze2018-05-091-14/+10
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-081-53/+12
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-081-10/+10
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-241-11/+11
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-12/+19
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-1/+1
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-151-4/+4
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-151-1/+1
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-141-25/+18
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-0/+1
* Fix a regression in the previous revision:Ingo Schwarze2017-06-191-2/+6
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-9/+17
* Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze2017-05-171-17/+0
* Make the tag column in .Bl -tag lists wider:Ingo Schwarze2017-05-121-4/+4
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-3/+3
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-26/+2
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-0/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-17/+7
* Parser reorg:Ingo Schwarze2017-05-041-3/+14
* Continue parser unification:Ingo Schwarze2017-04-241-4/+7
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-8/+14