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,
|
pattern: /(^|(?:^|(?:^|\n)(?![ \t]*([*+\-]|\d+\.)[ \t]).*\n)\s*?\n)(\s*(?: {4}|\t).*(?:\n|$))+/g,
|
||||||
lookbehind: true,
|
lookbehind: true,
|
||||||
inside: {
|
inside: {
|
||||||
|
lf: lf
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
md.table = {
|
md.table = {
|
||||||
|
Loading…
Reference in New Issue
Block a user