mdx_custom_span_class icon indicating copy to clipboard operation
mdx_custom_span_class copied to clipboard

Issues when there are more than 1 item using the markdown syntax in a sentence

Open plugboy opened this issue 7 years ago • 0 comments

For example when I have something like this in the markdown

Click !!test|Basic!! and !!test|Basic!!

The html will become

"Click "

<span class="test|Basic!! and !!test">Basic</span>

is there a way to fix it by modifying the regex used to check the pattern?

plugboy avatar May 17 '18 10:05 plugboy