Fix import of markdown library
This commit is contained in:
parent
772d06b3ef
commit
2147f68168
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 2023 December 30
|
||||
|
||||
* Fix initialization of MarkDown in UIKit editor
|
||||
|
||||
## 2023 August 26
|
||||
|
||||
* Migrate from Yarn back to NPM
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
window.CodeMirror = require('codemirror/lib/codemirror');
|
||||
window.marked = require('marked/lib/marked.cjs');
|
||||
window.marked = require('marked/lib/marked.cjs').marked;
|
||||
|
||||
require('codemirror/mode/css/css');
|
||||
require('codemirror/mode/gfm/gfm');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue