summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-09-28 12:33:05 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-09-28 12:33:05 +0200
commite95047ed85872fbc44e261df74add4e4f9bef30d (patch)
tree06cf57de5db621283d0de25eb252b7df1af1f44a /MANUAL.txt
parent03167bb4472804135248229297b822763ee42432 (diff)
Markdown reader: added bracket syntax for native spans.
See #168. Text.Pandoc.Options.Extension has a new constructor `Ext_brackted_spans`, which is enabled by default in pandoc's Markdown.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 784cd415b..f78c410b3 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3063,6 +3063,16 @@ For example:
is to look at the image resolution and the dpi metadata embedded in
the image file.
+Spans
+-----
+
+#### Extension: `bracketed_spans` ####
+
+A bracketed sequence of inlines, as one would use to begin
+a link, will be treated as a span with attributes if it is
+followed immediately by attributes:
+
+ [This is *some text*]{.class key="val"}
Footnotes
---------