Skip to content

Automatic semicolon insertion after top-level code blocks

Choose a tag to compare

@tdumitrescu tdumitrescu released this 03 Feb 18:40
· 60 commits to master since this release

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}