Use language- prefix for codeblocks as defined in the CommonMark spec
This commit is contained in:
parent
04035c3eb7
commit
2bb7d4e067
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
||||||
breaks: true,
|
breaks: true,
|
||||||
html: true,
|
html: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
typographer: true,
|
typographer: true
|
||||||
langPrefix: ""
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var inlinePlugin = window.markdownitForInline;
|
var inlinePlugin = window.markdownitForInline;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue