From 461382c54c21f2aa9bf796cb96750fd037620c4b Mon Sep 17 00:00:00 2001 From: Aner Lucero <4rgento@gmail.com> Date: Wed, 11 Aug 2021 18:41:29 -0300 Subject: [PATCH] Document the `native_figures` extension. --- MANUAL.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MANUAL.txt b/MANUAL.txt index c94b6928997f1..11f88953c5bdf 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3156,6 +3156,17 @@ In the `context` output format this enables the use of [Natural Tables Natural tables allow more fine-grained global customization but come at a performance penalty compared to extreme tables. +#### Extension: `native_figures` #### + +Use pandoc's native `Figure` element for content inside `
` tags, in the +case of HTML, or `figure` environments, in case of LaTeX. This, in turn, allows +some writers to produce more accurate representations of figures. It also +allows the use of the `Figure` element in filters, for custom figure output. + +This extension can be enabled/disabled for the following formats: + +input formats +: `latex` `html` # Pandoc's Markdown