mdx-rs icon indicating copy to clipboard operation
mdx-rs copied to clipboard

[BUG]: Parsing [https://example.com](https://example.com) error

Open Timeless0911 opened this issue 1 year ago • 2 comments

[https://example.com](https://example.com) 

see https://github.com/web-infra-dev/rspress/issues/875

After mdx-rs compile:

https://example.com

Timeless0911 avatar Apr 29 '24 10:04 Timeless0911

set gfm_autolink_literal to true does this, which seems to be a problem with the markdown library

seeintea avatar May 10 '24 08:05 seeintea

The rust version of markdown library is just getting afoot, still has a long way to go hh.

Timeless0911 avatar May 10 '24 16:05 Timeless0911