]> git.cameronkatri.com Git - mandoc.git/history - roff_html.c
In fragment identifiers, use ~%d for ordinal suffixes,
[mandoc.git] / roff_html.c
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-01-07 Ingo SchwarzeRepresent mdoc(7) .Pp (and .sp, and some SYNOPSIS and...
2019-01-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2019-01-05 Ingo SchwarzeNow that the NODE_NOFILL flag in the syntax tree is...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-16 Ingo SchwarzeYet another round of improvements to manual font selection.
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-03 Ingo SchwarzeRender .br as <br/>, not as an empty <div>.
2018-06-25 Ingo SchwarzeGet rid of the last explicit length in HTML style=...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...