Add TOC button to the markdown toolbar

This commit is contained in:
yflory
2019-02-21 11:41:08 +01:00
parent 49b8f66ff9
commit 6aa617e41e
2 changed files with 5 additions and 0 deletions

View File

@@ -997,6 +997,10 @@ define([
return '`' + str + '`';
},
icon: 'fa-code'
},
'toc': {
expr: '[TOC]',
icon: 'fa-newspaper-o'
}
};
var onClick = function () {