aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_markdown.c
Commit message (Expand)AuthorAgeFilesLines
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-5/+7
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-13/+25
* bugfix: .Tg must be ignored completely in these output modesIngo Schwarze2020-02-201-2/+2
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+2
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-011-2/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-301-10/+10
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-1/+4
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-3/+11
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-251-1/+2
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-9/+16
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-161-2/+5
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-2/+2
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-2/+13
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-7/+13
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-2/+4
* move .ll to the roff modulesIngo Schwarze2017-05-051-6/+2
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-2/+5
* Parser reorg:Ingo Schwarze2017-05-041-7/+13
* Continue parser unification:Ingo Schwarze2017-04-241-4/+4
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-4/+15
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-111-22/+49
* The CommonMark specification wants that opening parenthesesIngo Schwarze2017-03-081-10/+3
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-081-1/+5
* The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze2017-03-081-2/+2
* Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze2017-03-081-2/+4
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-081-2/+6
* Add a blank after ">" when quoting.Ingo Schwarze2017-03-081-2/+8
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-071-12/+23
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-071-9/+5
* fix spacing after empty .FlIngo Schwarze2017-03-071-2/+12
* implement .An -split and -nosplitIngo Schwarze2017-03-071-2/+31
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-071-10/+7
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-061-4/+13
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-041-5/+3
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-0/+1448