apply piplinks markdown before linkTitleWithSpaces

stable
Juanfran 2017-03-31 08:58:48 +02:00
parent 814c2655c8
commit 5b5f5408a4
1 changed files with 1 additions and 1 deletions

View File

@ -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