Closed zhourunjie1988 closed 1 month ago
When the Markdown content includes expressions like `{{a.xxx}}`\, the console throws an error: "Cannot read properties of undefined". I tried to modify the original Markdown to the content below:
<code>{{ {{a.xxx}} }}</code>
and it renders correctly. Is there a better solution? Why is the content inside `` parsed as an expression?
https://github.com/vuejs/vitepress/discussions/480
When the Markdown content includes expressions like `{{a.xxx}}`\, the console throws an error: "Cannot read properties of undefined". I tried to modify the original Markdown to the content below:
and it renders correctly. Is there a better solution? Why is the content inside `` parsed as an expression?