#792708 libtext-multimarkdown-perl: Does not support metadata variables

#792708#5
Date:
2015-07-17 16:49:29 UTC
From:
To:
Hi!

The upstream MultiMarkdown spec
<https://rawgit.com/fletcher/human-markdown-reference/master/index.html>
specifies metadata variable subsitutions, such as the following:

,--- meta.mmd
Key: value

This is the meta contents [%Key].
`---

which are not currently supported by this package:

,---
$ multimarkdown meta.mmd
Key: value<br />

<p>This is the meta contents [%Key].</p>
`---

Thanks,
Guillem