-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Roadmap
Alexander edited this page Feb 13, 2018
·
31 revisions
Pandoc doesn't have a strict roadmap but this page should serve as an overview about major changes to pandoc that are under consideration, possibly for inclusion in pandoc 2.1
- Attributes for all elements
- changing
String
toText
everywhere - a Figure block element, capable of containing multiple images
- short and long captions for tables, figures
- internal links/references to tables and figures
- PageBreak element
- replace Strikeout element with a Deleted element; add an Inserted element
- colspans in tables (and possibly also rowspan)
- change Format from String to a sum type
- possible
Underline
element - Endnotes support for Docx, ODT and Muse
- changing JSON serialization format to be more human-readable, less Haskell-ADT-oriented, see this comment
- Feature request: Ability to specify a YAML metadata file for all reader types
- Allow setting
reference-docx
in YAML front matter - Command-line options --css and --include-in-header override corresponding metadata fields instead of accumulating
- Combining multiple metadata blocks
- Allow complex metadata fields to be defined on the command line (e.g. using JSON)