scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 9eb8e9bc2c26bcd46b6062a4f75c7337fea4f42a
parent 44c618230fa7b2acdbcaf785c35f0463030f2651
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 10 Dec 2017 02:42:20 -0500

Clarify escaping within literal blocks

Diffstat:
Mscdoc.1.scd | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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