slim icon indicating copy to clipboard operation
slim copied to clipboard

Test incorrect interpolation (reversal) inside a markdown link

Open lilith opened this issue 8 years ago • 0 comments

Interpolation within a markdown link reverses the link text and target.

[#{1}](#{2}) produces <a href="1">2</a>

This introduces the failing test.

lilith avatar Jun 27 '17 23:06 lilith