-
It seems that Markdown is adding more missing features, in this case free-form metadata. I've been doing a fair bit of reading the last few days, and it seems that Markdown with 'frontmatter' has been gaining popularity. Here is an established example: https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/data/blog/code-sample.mdx Here is a snippet:
I would like to add recognition and handling for frontmatter in at least Markdown and ReStructuredText. How do I do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for humoring me. I was having some difficulty with the documentation and API last night. |
Beta Was this translation helpful? Give feedback.
Pandoc has supported this since 2013; indeed, I think we were the first Markdown variant to support this style of metadata.