From 6ec7e39b4c525037c26f114e1db4a1afcf97daaa Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Thu, 21 Dec 2017 20:56:20 +0100 Subject: MANUAL.txt use native syntax for custom-style (#4174) --- MANUAL.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 3d69e90d8..bc332300d 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4335,19 +4335,19 @@ using `div`s and `span`s, respectively. If you define a `div` or `span` with the attribute `custom-style`, pandoc will apply your specified style to the contained elements. So, -for example, +for example using the `bracketed_spans` syntax, - Get out, he said. + [Get out]{custom-style="Emphatically"}, he said. -would produce a docx file with "Get out," styled with character -style `Emphatically`. Similarly, +would produce a docx file with "Get out" styled with character +style `Emphatically`. Similarly, using the `fenced_divs` syntax, Dickinson starts the poem simply: -
+ ::: {custom-style="Poetry"} | A Bird came down the Walk--- | He did not know I saw--- -
+ ::: would style the two contained lines with the `Poetry` paragraph style. -- cgit v1.2.3