Automatic semicolon insertion after top-level code blocks
To match semicolon behavior of other code blocks. Top-level code blocks live outside the root node, for example:
- const x = 1
p Value is #{x}To match semicolon behavior of other code blocks. Top-level code blocks live outside the root node, for example:
- const x = 1
p Value is #{x}