When trying to set a code block as a note, warning or important (as specified [[ /book/phabricator/article/remarkup/#layout | here ]]) the keyword isn't parsed/recognised. For example,
```
warning
This won't be set as a warning
```
Counterexample will work on the other hand:
```
counterexample
This is a counter example
```