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

Parsing Issue #11

Open
michaelpelletier opened this issue May 11, 2021 · 1 comment
Open

Parsing Issue #11

michaelpelletier opened this issue May 11, 2021 · 1 comment

Comments

@michaelpelletier
Copy link

michaelpelletier commented May 11, 2021

Airtable has a column type that's "Long Text w/ Rich Formatting", which lets you do some very simple wysiwyg commands that get turned into markdown when queried via the API. But it can also sometimes include spaces in some of the markdown. Eg: **header **this is the body text.

Because it includes the space as part of the bold tags, VueMarkdown actually doesn't seem to parse it correctly / as markdown.

@milindsingh
Copy link

milindsingh commented May 19, 2021

vue-markdown uses markdown-it which parse and render markdown to html.

feel free to fix and raise PR in this repo.

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

2 participants