From ab9361d55cab465d57b4f8b1d31c7681907f79d6 Mon Sep 17 00:00:00 2001 From: DuyDang Date: Tue, 26 Jan 2021 18:18:39 +0700 Subject: issue #8160 Use ^^ instead of \n in ALIASES ... document Fix the document. --- src/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.xml b/src/config.xml index e25c94e..d9b29aa 100644 --- a/src/config.xml +++ b/src/config.xml @@ -558,12 +558,12 @@ Go to the next section or return to the \endverbatim For example adding \verbatim - "sideeffect=@par Side Effects:\n" + "sideeffect=@par Side Effects:^^" \endverbatim will allow you to put the command \c \\sideeffect (or \c \@sideeffect) in the documentation, which will result in a user-defined paragraph with heading "Side Effects:". - You can put \ref cmdn "\\n"'s in the value part of an alias to insert newlines + Note that you cannot put \ref cmdn "\\n"'s in the value part of an alias to insert newlines (in the resulting output). You can put `^^` in the value part of an alias to insert a newline as if a physical newline was in the original file. -- cgit v0.12