comrak icon indicating copy to clipboard operation
comrak copied to clipboard

Autolink edge case: underscores in url

Open digitalmoksha opened this issue 9 months ago • 0 comments

Ran across this,

Given http://example.com/src/_mocks_/vscode.js

  • comrak: <p><a href="http://example.com/src/">http://example.com/src/</a><em>mocks</em>/vscode.js</p>
  • cmark-gfm: <p><a href="http://example.com/src/_mocks_/vscode.js">http://example.com/src/_mocks_/vscode.js</a></p>

Looks like the underscores are getting recognized as markdown

Related to https://github.com/kivikakk/comrak/issues/382

digitalmoksha avatar May 01 '24 03:05 digitalmoksha