mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 04:40:16 +01:00
WIP: markdown
This commit is contained in:
parent
232bc746f4
commit
1f85b25549
8 changed files with 46 additions and 33 deletions
9
packages/markdown/src/markdown.js
Executable file
9
packages/markdown/src/markdown.js
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
import marked from '../marked/lib/marked.js';
|
||||
|
||||
marked.setOptions({
|
||||
gfm: true,
|
||||
tables: true,
|
||||
breaks: true,
|
||||
});
|
||||
|
||||
Markdown = marked;
|
||||
Loading…
Add table
Add a link
Reference in a new issue