apply piplinks markdown before linkTitleWithSpaces
parent
814c2655c8
commit
5b5f5408a4
|
@ -220,8 +220,8 @@ class WysiwygService
|
||||||
}
|
}
|
||||||
|
|
||||||
text = @.replaceEmojiNameByImgs(text)
|
text = @.replaceEmojiNameByImgs(text)
|
||||||
text = @.linkTitleWithSpaces(text)
|
|
||||||
text = @.pipeLinks(text)
|
text = @.pipeLinks(text)
|
||||||
|
text = @.linkTitleWithSpaces(text)
|
||||||
|
|
||||||
md = window.markdownit({
|
md = window.markdownit({
|
||||||
breaks: true
|
breaks: true
|
||||||
|
|
Loading…
Reference in New Issue