
Replace all usages of pagedown-bootstrap editor with the new editor. Add styles to ensure the editor preview matches the final output.
8 lines
205 B
JavaScript
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
|