-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Roadmap
Mauro Bieg edited this page Sep 16, 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.
See also the Task list issue.
- Attributes for all elements
- changing
String
toText
everywhere - a Figure block element, capable of containing multiple images
- short and long captions for tables, figures, headers
- 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
- Endnotes support for Docx, ODT and Muse
- changing JSON serialization format to be more human-readable, less Haskell-ADT-oriented, see this comment