[Vuejs]-Markdown not parsed correctly when coming from json

0👍

I finally found what was going on, and it’s fairly stupid.

The point is that the JSON is already a parsed markdown, so the post.content isn’t 'foo {.bar}', it already has a tag : '<p>foo {.bar}</p>'. That’ why it couldn’t be parsed properly.

Thanks for your help!

Leave a comment