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.
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.