Skip to content

Commit 56d4537

Browse files
committed
Document the native_figures extension.
1 parent 727b30f commit 56d4537

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
@@ -3171,6 +3171,17 @@ In the `context` output format this enables the use of [Natural Tables
31713171
Natural tables allow more fine-grained global customization but come
31723172
at a performance penalty compared to extreme tables.
31733173

3174+
#### Extension: `native_figures` ####
3175+
3176+
Use pandoc's native `Figure` element for content inside `<figure>` tags, in the
3177+
case of HTML, or `figure` environments, in case of LaTeX. This, in turn, allows
3178+
some writers to produce more accurate representations of figures. It also
3179+
allows the use of the `Figure` element in filters, for custom figure output.
3180+
3181+
This extension can be enabled/disabled for the following formats:
3182+
3183+
input formats
3184+
: `latex` `html`
31743185

31753186
# Pandoc's Markdown
31763187

0 commit comments

Comments
 (0)