mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
9 lines
104 B
JavaScript
Executable file
9 lines
104 B
JavaScript
Executable file
var mark = marked;
|
|
|
|
mark.setOptions({
|
|
gfm: true,
|
|
tables: true,
|
|
breaks: true
|
|
});
|
|
|
|
Markdown = mark;
|