We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaa7ad commit b0d1c71Copy full SHA for b0d1c71
site/components/demoContainer.vue
@@ -65,7 +65,7 @@ export default {
65
const cnHtml = marked(cn[1].trim())
66
const usHtml = marked(us[1].trim())
67
const sourceCode = this.code.replace(cn[0], '').replace(us[0], '').trim()
68
- const codeHtml = marked('````jsx\n' + sourceCode + '````')
+ const codeHtml = marked('````html\n' + sourceCode + '````')
69
return {
70
codeHtml,
71
cnHtml,
0 commit comments