markdown-it-custom-block
markdown-it-custom-block copied to clipboard
Handle adjacent blocks (no blank line)
At the moment it's necessary to add a blank line between blocks:
@[example](button1)
@[example](button2)
I'm open to contributions to make this work:
@[example](button1)
@[example](button2)