flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

Support MultiMarkdown metadata format

Open kwin opened this issue 2 years ago • 0 comments

I would like to evaluate metadata embedded in markdown files according to the format from https://fletcher.github.io/MultiMarkdown-4/metadata.html

An extension similar to YamlFrontMatterExtension would be useful for parsing.

This would be useful e.g. in Maven Doxia which is supporting both metadata formats (but currently implements a buggy parser only supporting the most simple use cases)

kwin avatar Jan 22 '23 12:01 kwin