This makes the Loop example script display correctly on GitHub.
@@ -320,7 +320,7 @@ let x = 10;
loop {
print(x);
x = x - 1;
if x == 0 { break; }
}
```
The note is not visible to the blocked user.