2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 13:11:01 -06:00
easy-markdown-editor/types/easymde-test.ts

11 lines
263 B
TypeScript
Raw Normal View History

2019-01-16 21:32:41 +08:00
new EasyMDE({
autoDownloadFontAwesome: false,
element: document.getElementById("mdEditor")!,
hideIcons: ["side-by-side", "fullscreen"],
shortcuts: {
drawTable: "Cmd-Alt-T",
toggleFullScreen: null
},
spellChecker: false
});