summaryrefslogtreecommitdiffstats
path: root/infrastructure/ace/www/linestylefilter.js
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/ace/www/linestylefilter.js')
-rw-r--r--infrastructure/ace/www/linestylefilter.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/infrastructure/ace/www/linestylefilter.js b/infrastructure/ace/www/linestylefilter.js
index 3514859..ef824cc 100644
--- a/infrastructure/ace/www/linestylefilter.js
+++ b/infrastructure/ace/www/linestylefilter.js
@@ -26,7 +26,12 @@ linestylefilter.ATTRIB_CLASSES = {
'italic':'tag:i',
'underline':'tag:u',
'strikethrough':'tag:s',
- 'h1':'tag:h1'
+ 'h1':'tag:h1',
+ 'h2':'tag:h2',
+ 'h3':'tag:h3',
+ 'h4':'tag:h4',
+ 'h5':'tag:h5',
+ 'h6':'tag:h6'
};
linestylefilter.getAuthorClassName = function(author) {