Added note on output formats in docs for raw_attribute.

This commit is contained in:
John MacFarlane 2017-06-23 11:36:13 +02:00
parent 2108275ae7
commit 595d81bf54

View file

@ -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,