mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
parent
b01e127cc3
commit
19703fed31
3 changed files with 3 additions and 264 deletions
|
|
@ -36,9 +36,10 @@ for(var i=0; i<urlschemes.length;i++){
|
|||
}
|
||||
|
||||
var emoji = require('markdown-it-emoji');
|
||||
var mathjax = require('markdown-it-mathjax3');
|
||||
Markdown.use(emoji);
|
||||
Markdown.use(mathjax);
|
||||
|
||||
//var mathjax = require('markdown-it-mathjax3');
|
||||
//Markdown.use(mathjax);
|
||||
|
||||
// Try to fix Mermaid Diagram error: Maximum call stack size exceeded.
|
||||
// Added bigger text size for Diagram.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue