From 9eb8e9bc2c26bcd46b6062a4f75c7337fea4f42a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 10 Dec 2017 02:42:20 -0500 Subject: [PATCH] Clarify escaping within literal blocks --- scdoc.1.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scdoc.1.scd b/scdoc.1.scd index ca1afa0..b9dd71a 100644 --- a/scdoc.1.scd +++ b/scdoc.1.scd @@ -92,7 +92,8 @@ _This formatting_ will *not* be interpreted by scdoc. These blocks will be indented one level. Note that literal text is shown literally in the man viewer - that is, it's not a means for inserting your own -roff macros into the output. +roff macros into the output. Note that \\ is still interpreted within literal +blocks, which for example can be useful to output \``` inside of a literal block. # AUTHORS