@ -117,6 +117,11 @@ func (r *renderer) processLine(line string) {
return
case '-', '*':
if strings.HasPrefix(line, "---") {
r.WriteString("<hr>")
}
line = strings.TrimSpace(line[1:])
if r.listLevel == 0 {
The note is not visible to the blocked user.