aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_html.c
Commit message (Expand)AuthorAgeFilesLines
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-301-2/+2
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-071-4/+4
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-061-2/+8
* Now that the NODE_NOFILL flag in the syntax tree is accurate,Ingo Schwarze2019-01-051-4/+20
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-1/+3
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-3/+15
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+1
* Render .br as <br/>, not as an empty <div>.Ingo Schwarze2018-12-031-6/+2
* Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze2018-06-251-13/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+2
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-2/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-2/+21
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+21
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+4
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-0/+48