add comment

This commit is contained in:
Xuan Son Nguyen 2024-12-14 12:58:09 +01:00
parent bb4e17fc70
commit cd4015643f

View file

@ -110,6 +110,7 @@ const VueMarkdown = defineComponent(
{ left: '\\[', right: '\\]', display: true },
{ left: '\\(', right: '\\)', display: false },
{ left: '$$', right: '$$', display: false },
// do not add single dollar sign here, other wise it will confused with dollar used for money symbol
],
throwOnError: false,
});