… of a set of readers, which parse text in a given format and produce a native representation of the document (an abstract syntax tree or AST), and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only…
…755). When falling back to a Div with class figure for a figure that can’t be represented any other way, include a Div with class caption containing the caption. Improve use of implicit figures when possible (#10758). When the alt differs from the caption, but only as regards for…
…-readers.md (#11408, #11388). Add a new input and output format xml , exactly representing a Pandoc AST and isomorphic to the existing native and json formats (massifrg). XML schemas for validation can be found in tools/pandoc-xml.* . The format is documented in doc/xml.md . Pand…