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/ztexi.yo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Doc/ztexi.yo') diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo index 699567724..e8783459e 100644 --- a/Doc/ztexi.yo +++ b/Doc/ztexi.yo @@ -225,9 +225,11 @@ def(nofill)(1)(\ ) def(example)(1)(\ + undef(PARAGRAPH)\ NOTRANS(@example)+NL()\ ARG1\ +NL()NOTRANS(@end example)\ + STDPAR()\ ) def(indent)(1)(\ -- cgit 1.4.1