Files
codeocean/app/javascript/toast-ui.js
Julia Casamitjana 9c71c6667a Install and use ToastUi markdown editor
Replace all usages of pagedown-bootstrap editor with the new editor.
Add styles to ensure the editor preview matches the final output.
2024-04-26 13:31:49 +02:00

8 lines
205 B
JavaScript

/* eslint no-console:0 */
// JS
import ToastUi from "@toast-ui/editor";
// Import German locales (english ones are included by default)
import "@toast-ui/editor/dist/i18n/de-de";
window.ToastUi = ToastUi