Skip to content

Commit d2b01ca

Browse files
committed
Document the native_figures extension.
1 parent 4d88179 commit d2b01ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

MANUAL.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,17 @@ In the `context` output format this enables the use of [Natural Tables
31573157
Natural tables allow more fine-grained global customization but come
31583158
at a performance penalty compared to extreme tables.
31593159

3160+
#### Extension: `native_figures` ####
3161+
3162+
Use pandoc's native `Figure` element for content inside `<figure>` tags, in the
3163+
case of HTML, or `figure` environments, in case of LaTeX. This, in turn, allows
3164+
some writers to produce more accurate representations of figures. It also
3165+
allows the use of the `Figure` element in filters, for custom figure output.
3166+
3167+
This extension can be enabled/disabled for the following formats:
3168+
3169+
input formats
3170+
: `latex` `html`
31603171

31613172
# Pandoc's Markdown
31623173

0 commit comments

Comments
 (0)