diff --git a/js/views/style/page.js b/js/views/style/page.js index fb83b63..c135141 100644 --- a/js/views/style/page.js +++ b/js/views/style/page.js @@ -215,7 +215,7 @@ function($, _, Backbone, marked, stylePageTemplate, config, jscssp, Pagedown, hl text: '
' + comment.text + '
' }); //Push the code section so marked can parse it as a
 block
-                        comment.text = comment.text.replace(/class='fixie'|class="fixie"| fixie|fixie /g, "")
+                        comment.text = comment.text.replace(/class=([""'])fixie\1|(?![""' ])fixie(?=[""' ])/g, "")
                         block.content.push(comment);
                         break;
                     case "heading":