slim
slim copied to clipboard
Test incorrect interpolation (reversal) inside a markdown link
Interpolation within a markdown link reverses the link text and target.
[#{1}](#{2}) produces <a href="1">2</a>
This introduces the failing test.