aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-23 11:36:13 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-23 11:36:13 +0200
commit595d81bf54a6b3091575b6d50a4c704774a26b44 (patch)
treec9e13a39ef2f3d31bbbced1bfaa04e6b611e6ae0
parent2108275ae793e9f90ae260368958543f647df812 (diff)
downloadpandoc-595d81bf54a6b3091575b6d50a4c704774a26b44.tar.gz
Added note on output formats in docs for `raw_attribute`.
-rw-r--r--MANUAL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a4bc7a410..96fbeb771 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3074,6 +3074,10 @@ And the following produces a raw `html` inline element:
This is `<a>html</a>`{=html}
+The format name should match the target format name (see
+`-t/--to`, above, for a list, or use `pandoc
+--list-output-formats`).
+
This extension presupposes that the relevant kind of
inline code or fenced code block is enabled. Thus, for
example, to use a raw attribute with a backtick code block,