We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
<hr>
---
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.The text was updated successfully, but these errors were encountered: