@@ -19,7 +19,7 @@ func parseString (text string) ([]runeLayout, []token) {
}
// alloc initial token slice
tokens := make([]token, 0, len(runes) / 3)
tokens := make([]token, 0, len(runes) / 5)
var index int
var startingIndex int
The note is not visible to the blocked user.