From ff85c8b1c99bd655a64564fc8beba3167d229c23 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Fri, 13 Nov 2015 00:16:20 +0900 Subject: 37090: correctly handle blank lines in yodl macro example() --- Doc/zman.yo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Doc/zman.yo') diff --git a/Doc/zman.yo b/Doc/zman.yo index 73cc186e0..5050edb8b 100644 --- a/Doc/zman.yo +++ b/Doc/zman.yo @@ -174,9 +174,11 @@ def(itemiz)(1)(\ COMMENT(--- special effects ---) def(example)(1)(\ + undef(PARAGRAPH)\ NOTRANS(.RS)+NL()NOTRANS(.nf)+NL()\ NOTRANS(\fB)ARG1+NOTRANS(\fP)\ +NL()NOTRANS(.fi)+NL()NOTRANS(.RE)\ + STDPAR()\ ) def(nofill)(1)(\ -- cgit 1.4.1