From eefbf0defd6f69d5a48ae63dff5d5982ca8b1ff4 Mon Sep 17 00:00:00 2001 From: benweet Date: Mon, 9 Jun 2014 18:56:08 +0100 Subject: [PATCH] Fixed titles css in the editor --- public/res/libs/prism-markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/res/libs/prism-markdown.js b/public/res/libs/prism-markdown.js index 1a066742..24fc055b 100644 --- a/public/res/libs/prism-markdown.js +++ b/public/res/libs/prism-markdown.js @@ -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 + "}") } }; }