]> git.cameronkatri.com Git - mandoc.git/commit
Fix handling of paragraph macros inside lists:
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 18 Jul 2012 11:11:12 +0000 (11:11 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 18 Jul 2012 11:11:12 +0000 (11:11 +0000)
commit50e01545158506c75fea9e1828a29ae1b8c911f0
tree5aa45bc2432543e3f9c1c56589afa3665d7c21bd
parent7a9cc4a7da8d626f4484e36248129567b2bef7f8
Fix handling of paragraph macros inside lists:
* When they are trailing the last item, move them outside the list.
* When they are trailing any other none-compact item, drop them.

OpenBSD rev. mdoc_validate.c 1.107, mdoc.c 1.91
TODO
libmdoc.h
mandoc.h
mdoc.c
mdoc_validate.c
read.c