Print Markdown document
How to print a md document with headings and styling
I would recommend using Pandoc and creating an Open Office / Libre Office ODT file from your markdown document:
pandoc -f md -t odt my-input-file.md my-output-file.odt
pandoc -f md -t odt my-input-file.md my-output-file.odt