From 595d81bf54a6b3091575b6d50a4c704774a26b44 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 23 Jun 2017 11:36:13 +0200 Subject: [PATCH] Added note on output formats in docs for `raw_attribute`. --- MANUAL.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 `html`{=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,