You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simplemde-markdown-editor/types/easymde-test.ts

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