We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4e17f commit cd40156Copy full SHA for cd40156
examples/server/webui/src/main.js
@@ -110,6 +110,7 @@ const VueMarkdown = defineComponent(
110
{ left: '\\[', right: '\\]', display: true },
111
{ left: '\\(', right: '\\)', display: false },
112
{ left: '$$', right: '$$', display: false },
113
+ // do not add single dollar sign here, other wise it will confused with dollar used for money symbol
114
],
115
throwOnError: false,
116
});
0 commit comments