summaryrefslogtreecommitdiffstats
path: root/mdoc_markdown.c
Commit message (Expand)AuthorAgeFilesLines
* Continue parser unification:Ingo Schwarze2017-04-241-3/+3
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-3/+14
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-111-21/+48
* The CommonMark specification wants that opening parenthesesIngo Schwarze2017-03-081-9/+2
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-081-0/+4
* The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze2017-03-081-1/+1
* Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze2017-03-081-1/+3
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-081-1/+5
* Add a blank after ">" when quoting.Ingo Schwarze2017-03-081-1/+7
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-071-11/+22
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-071-8/+4
* fix spacing after empty .FlIngo Schwarze2017-03-071-1/+11
* implement .An -split and -nosplitIngo Schwarze2017-03-071-1/+30
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-071-9/+6
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-061-3/+12
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-041-4/+2
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-0/+1448