md fullscreen
This commit is contained in:
parent
cbfb73d1cb
commit
984856a29c
|
@ -8,7 +8,7 @@ import './css/TPMchallengesnew.css';
|
|||
import 'codemirror/lib/codemirror.css';
|
||||
const $ = window.$
|
||||
|
||||
const mdIcons = ["bold", "italic", "|", "list-ul", "list-ol", "|", "code", "code-block", "link", "|", "inline-latex", "latex", '|', "image", "table", '|', "line-break", "watch", "clear","fullScreen"];
|
||||
const mdIcons = ["bold", "italic", "|", "list-ul", "list-ol", "|", "code", "code-block", "link", "|", "inline-latex", "latex", '|', "image", "table", '|', "line-break", "watch", "clear"];
|
||||
|
||||
const NULL_CH = '▁';
|
||||
|
||||
|
|
Loading…
Reference in New Issue