summaryrefslogtreecommitdiffstats
path: root/mdoc_markdown.c
Commit message (Expand)AuthorAgeFilesLines
* 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