Skip to content

Commit 8fe4216

Browse files
committed
Document the native_figures extension.
1 parent 43bd98b commit 8fe4216

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

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

31603171
# Pandoc's Markdown
31613172

0 commit comments

Comments
 (0)