Fixed titles css in the editor

This commit is contained in:
benweet 2014-06-09 18:56:08 +01:00
parent b2f2734533
commit eefbf0defd

View File

@ -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 + "}")
}
};
}