Fixed titles css in the editor
This commit is contained in:
parent
b2f2734533
commit
eefbf0defd
@ -30,7 +30,7 @@ Prism.languages.md = (function () {
|
||||
md["h" + i] = {
|
||||
pattern: new RegExp("^#{" + i + "}.+$", "gm"),
|
||||
inside: {
|
||||
"md md-hash": new RegExp("^#{" + i + "} ")
|
||||
"md md-hash": new RegExp("^#{" + i + "}")
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user