Open
Description
I'm not sure whether I'm doing something unsupported, but the behaviour I'm seeing is very weird.
I run from trunk at 172490a. Add this doc to a new project:
hello = {{
```
foo x = x + 1
()
```
```
bar y = y + 42
()
```
}}
fwiw, adding foo
and bar
to the codebase and using @source{ }
does not exhibit any issue