-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Roadmap
Mauro Bieg edited this page Dec 28, 2017
·
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
- changing JSON serialization format to be more human-readable, less Haskell-ADT-oriented, see this comment
- https://github.com/jgm/pandoc/issues/3139
- https://github.com/jgm/pandoc/issues/3115
- https://github.com/jgm/pandoc/issues/3060
- https://github.com/jgm/pandoc/issues/3138
- https://github.com/jgm/pandoc/issues/1960
- https://github.com/jgm/pandoc/issues/2139
- https://github.com/jgm/pandoc/issues/3732
- https://github.com/jgm/pandoc/issues/3792