Skip to content
Don Mendelson edited this page Aug 9, 2018 · 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 gfm -t docx -o SBE-RC4.docx --reference-doc=SBE-RC3.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