]> git.cameronkatri.com Git - mandoc.git/history - mdoc_markdown.c
Make it more explicit that the statement "-O tag does not work with less(1)"
[mandoc.git] / mdoc_markdown.c
2020-06-22 Ingo SchwarzeBecause mandoc_aux.h and mandoc.h use __attribute__...
2020-04-03 Ingo SchwarzeRemove some stray argument names from function prototypes,
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-02-20 Ingo Schwarzebugfix: .Tg must be ignored completely in these output...
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2019-07-01 Ingo Schwarzedelete trailing whitespace and space-tab sequences...
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2017-06-14 Ingo Schwarzeimplement the roff(7) \p (break output line) escape...
2017-05-30 Ingo Schwarzefix formatting of intermediate punctuation in .Lk
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-04-17 Ingo SchwarzeFix handling of trailing punctuation in .Lk.
2017-03-11 Ingo SchwarzeIn markdown, autolinks are dangerous. Different compil...
2017-03-08 Ingo SchwarzeThe CommonMark specification wants that opening parentheses
2017-03-08 Ingo SchwarzeAccording to the CommonMark specification, backslash...
2017-03-08 Ingo SchwarzeThe CommonMark specification allows list markers fo...
2017-03-08 Ingo SchwarzeDo not increment .Bl -enum list markers beyond two...
2017-03-08 Ingo Schwarze.Bl -column never gets blank lines between rows
2017-03-08 Ingo SchwarzeAdd a blank after ">" when quoting.
2017-03-07 Ingo SchwarzeEscape blanks at the end of markdown lines
2017-03-07 Ingo Schwarzefix completely empty .Eo: no blank line wanted
2017-03-07 Ingo Schwarzefix spacing after empty .Fl
2017-03-07 Ingo Schwarzeimplement .An -split and -nosplit
2017-03-07 Ingo SchwarzeFix .In formatting in the SYNOPSIS:
2017-03-06 Ingo SchwarzeURIs need different escaping; reported by reyk@
2017-03-04 Ingo SchwarzeRemove a redundant condition in .%T handling, no functi...
2017-03-03 Ingo Schwarzenew -mdoc -Tmarkdown output mode; OK millert@ reyk...