Add TOC button to the markdown toolbar
This commit is contained in:
@@ -997,6 +997,10 @@ define([
|
||||
return '`' + str + '`';
|
||||
},
|
||||
icon: 'fa-code'
|
||||
},
|
||||
'toc': {
|
||||
expr: '[TOC]',
|
||||
icon: 'fa-newspaper-o'
|
||||
}
|
||||
};
|
||||
var onClick = function () {
|
||||
|
||||
Reference in New Issue
Block a user