Fixed end of line in code blocks

This commit is contained in:
benweet 2014-08-25 09:13:37 +01:00
parent 87453ad62f
commit b960f92090

View File

@ -54,6 +54,7 @@ Prism.languages.md = (function() {
pattern: /(^|(?:^|(?:^|\n)(?![ \t]*([*+\-]|\d+\.)[ \t]).*\n)\s*?\n)(\s*(?: {4}|\t).*(?:\n|$))+/g,
lookbehind: true,
inside: {
lf: lf
}
};
md.table = {