2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 15:44:28 -06:00
easy-markdown-editor/types/easymde-test.ts
2019-01-16 21:32:41 +08:00

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
});