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 9d32b04 commit 37b6d68Copy full SHA for 37b6d68
src/utils/formatString.js
@@ -34,17 +34,17 @@ const pseudo_markdown = {
34
end: '°',
35
allowed_chars: '.',
36
type: 'underline'
37
- },
38
- '```': {
39
- end: '```',
40
- allowed_chars: '(.|\n)',
41
- object: child => `<div class="multiline-code">${child}</div>`
42
43
- '`': {
44
- end: '`',
45
- allowed_chars: '.',
46
- object: child => `<div class="inline-code">${child}</div>`
47
}
+ // '```': {
+ // end: '```',
+ // allowed_chars: '(.|\n)',
+ // object: child => `<div class="multiline-code">${child}</div>`
+ // },
+ // '`': {
+ // end: '`',
+ // allowed_chars: '.',
+ // object: child => `<div class="inline-code">${child}</div>`
+ // }
48
// ':': {
49
// allowed_chars: '[a-z_]',
50
// end: ':',
0 commit comments