Fixed end of line in code blocks
This commit is contained in:
parent
87453ad62f
commit
b960f92090
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user