73d394ca2a
This gives better results in converting to e.g. pandoc markdown. Ref: <https://groups.google.com/d/msgid/pandoc-discuss/9728d1f4-040e-4392-aa04-148f648a8dfdn%40googlegroups.com>
20 lines
263 B
Markdown
20 lines
263 B
Markdown
```
|
|
% pandoc -f markdown_mmd -t markdown -s
|
|
Title: Blah blah blah
|
|
Author: Doo de Doo
|
|
Base Header Level: 1
|
|
Bibliography: Pubs.bib
|
|
Lang: en-GB
|
|
|
|
body
|
|
^D
|
|
---
|
|
author: Doo de Doo
|
|
baseheaderlevel: 1
|
|
bibliography: Pubs.bib
|
|
lang: en-GB
|
|
title: Blah blah blah
|
|
---
|
|
|
|
body
|
|
```
|