From 1dda9c62826e7868a8483dd034faa1dbfca9e18d Mon Sep 17 00:00:00 2001 From: Sam Kuehn Date: Mon, 3 Nov 2014 14:34:22 -0700 Subject: [PATCH] use fa-header instead on fa-font for header button --- js/bootstrap-markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-markdown.js b/js/bootstrap-markdown.js index 964b217..a005351 100644 --- a/js/bootstrap-markdown.js +++ b/js/bootstrap-markdown.js @@ -955,7 +955,7 @@ name: 'cmdHeading', title: 'Heading', hotkey: 'Ctrl+H', - icon: { glyph: 'glyphicon glyphicon-header', fa: 'fa fa-font', 'fa-3': 'icon-font' }, + icon: { glyph: 'glyphicon glyphicon-header', fa: 'fa fa-header', 'fa-3': 'icon-font' }, callback: function(e){ // Append/remove ### surround the selection var chunk, cursor, selected = e.getSelection(), content = e.getContent(), pointer, prevChar