summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-08 19:40:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-08 19:40:59 +0000
commitaed548e3b22772365ac5fdaf6cdb29f7b2b1b126 (patch)
treee8e64006a45a38d9c80003d2e14ff2c3d1d66a9a /mandoc.1
parent225aacb11559cb34cca27507bfe224c2e9489412 (diff)
downloadmandoc-aed548e3b22772365ac5fdaf6cdb29f7b2b1b126.tar.gz
Document that -T markdown produces ASCII output, and the implied
limitations. Of course, we could write UTF-8 output instead, but even the CommonMark specification doesn't require parsers to support that, so portability would be doubtful. While here, provide a link to the CommonMark specification.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.110
1 files changed, 10 insertions, 0 deletions
diff --git a/mandoc.1 b/mandoc.1
index ab49f5e8..8cb5a8b1 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -465,6 +465,16 @@ input to the
format conforming to
.Lk http://daringfireball.net/projects/markdown/syntax.text\
"John Gruber's 2004 specification" .
+The output also almost conforms to the
+.Lk http://commonmark.org/ CommonMark
+specification.
+.Pp
+The character set used for the markdown output is ASCII.
+Non-ASCII characters are encoded as HTML entities.
+Since that is not possible in literal font contexts, because these
+are rendered as code spans and code blocks in the markdown output,
+non-ASCII characters are transliterated to ASCII approximations in
+these contexts.
.Pp
Markdown is a very weak markup language, so all semantic markup is
lost, and even part of the presentational markup may be lost.