Use language- prefix for codeblocks as defined in the CommonMark spec

This commit is contained in:
Steffen van Bergerem 2017-08-27 20:55:10 +02:00 committed by Benjamin Neff
parent 04035c3eb7
commit 2bb7d4e067
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -8,8 +8,7 @@
breaks: true,
html: true,
linkify: true,
typographer: true,
langPrefix: ""
typographer: true
});
var inlinePlugin = window.markdownitForInline;