@ -270,9 +270,8 @@ func (r *renderer) writeText(markdown string) {
i += searchStart
searchStart = i + 1
c := markdown[i]
switch c {
switch markdown[i] {
case '[':
r.WriteString(html.EscapeString(markdown[tokenStart:i]))
tokenStart = i
The note is not visible to the blocked user.