Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata Rendering #43

Open
aalicki opened this issue Jan 28, 2021 · 0 comments
Open

Metadata Rendering #43

aalicki opened this issue Jan 28, 2021 · 0 comments

Comments

@aalicki
Copy link

aalicki commented Jan 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant