-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
We use pandocs to automatically convert the markdown roadmap into a PDF. GitHub-flavored markdown only makes use of pipe tables, which do not render correctly using the pandocs "gfm" format. (The tables have text that runs off the page.) However, a deprecated version "markdown_github" currently wraps the tables correctly. Here is the command:
pandoc -f markdown_github -o OEO_Roadmap.pdf OEO_Roadmap.md
Hopefully this issue gets addressed in future pandocs updates to the gfm format.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation