markdown-it-custom-block icon indicating copy to clipboard operation
markdown-it-custom-block copied to clipboard

Handle adjacent blocks (no blank line)

Open posva opened this issue 8 years ago • 0 comments

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)

posva avatar May 11 '17 10:05 posva