Skip to content
Don Mendelson edited this page Jan 13, 2016 · 2 revisions

How to convert GitHub markdown to a document

Use Pandoc utility, available at Installing

Example command line to convert SBE spec sections to a Word document:

pandoc -f markdown_github -t docx -o SBE-RC4.docx 00Title.md 00Contents.md 01Introduction.md 02FieldEncoding.md 03MessageStructure.md 04MessageSchema.md 05SchemaExtensionMechanism.md 06UsageGuidelines.md 07Examples.md 08ReleaseNotes.md

Clone this wiki locally