mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-27 13:11:01 -06:00
11 lines
263 B
TypeScript
11 lines
263 B
TypeScript
|
new EasyMDE({
|
||
|
autoDownloadFontAwesome: false,
|
||
|
element: document.getElementById("mdEditor")!,
|
||
|
hideIcons: ["side-by-side", "fullscreen"],
|
||
|
shortcuts: {
|
||
|
drawTable: "Cmd-Alt-T",
|
||
|
toggleFullScreen: null
|
||
|
},
|
||
|
spellChecker: false
|
||
|
});
|