add mdx language support
parent
13407177ba
commit
3fc1a11196
|
@ -19,6 +19,7 @@ export const DEFAULT_LANGUAGES = [
|
|||
'leaf',
|
||||
'liquid',
|
||||
'markdown',
|
||||
'mdx',
|
||||
'mustache',
|
||||
'njk',
|
||||
'nunjucks',
|
||||
|
|
|
@ -21,6 +21,7 @@ export const HTML_LANGUAGES = [
|
|||
'leaf',
|
||||
'liquid',
|
||||
'markdown',
|
||||
'mdx',
|
||||
'mustache',
|
||||
'njk',
|
||||
'nunjucks',
|
||||
|
|
Loading…
Reference in New Issue