-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Roadmap
Mauro Bieg edited this page Nov 13, 2019
·
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.
- Attributes for all elements
- 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
- Handle insertions and deletions (
<ins>
and<del>
) consistently across readers/writers - colspans in tables (and possibly also rowspan)
- change Format from String to a sum type
- Endnotes and reusing the same Note
- Comment AST element
- changing JSON serialization format to be more human-readable, less Haskell-ADT-oriented, see this comment