vue-simple-markdown
vue-simple-markdown copied to clipboard
Metadata Rendering
It appears that the handling / rendering of Markdown Metadata isn't working as expected.
Vue Version: 2.6.10 Simple Markdown Version: 1.1.4
Example:
---
layout: post
published-on: 1 January 2021
title: Blogging Like a Boss
---
# This is an example
I wouldn't expect this to be rendered in the component when calling:
<vue-simple-markdown :source="post"></vue-simple-markdown>
However, I'm seeing the Metadata rendered with an <hr>
in place of the ---
and the content in between displayed.