I may be just doing things incorrectly, but I've run into a few unexpected behaviours with Markdown; the following examples are based on the [Markdown tutorial](https://kitten.small-web.org/tutorials/markdown/):
This fails to render as expected:
```
let count = 1
export default () => ki...