Fix typo in newline stripping
This commit is contained in:
parent
f5530ff99c
commit
85757c387e
@ -72,7 +72,7 @@ func (parser *MatrixHTMLProcessor) HandleText(text string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if parser.openTags.Has("pre", "code") {
|
if !parser.openTags.Has("pre", "code") {
|
||||||
text = strings.Replace(text, "\n", "", -1)
|
text = strings.Replace(text, "\n", "", -1)
|
||||||
}
|
}
|
||||||
parser.text = parser.text.AppendStyle(text, style)
|
parser.text = parser.text.AppendStyle(text, style)
|
||||||
|
Loading…
Reference in New Issue
Block a user