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!
- [Vuejs]-DataTable reorder data automatically in Vuetify v0.12
- [Vuejs]-Vue / axios filter types of same type as single item
Source:stackexchange.com