You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A Test
Some link in text [here](https://example.com/foo.png)
<imgsrc="https://example.com/bar.png" />
<imgsrc={"https://example.com/boo.png"} />
<imgsrc='https://example.com/buu.png' />
<imgsrc={'https://example.com/bii.png'} />
<imgsrc={`https://example.com/${variable}`} />
importImgfrom"./img.png";
<imgsrc={Img} />
Run
cargo run test.mdx -v
Result
[EXCLUDED] https://example.com/foo.png
[EXCLUDED] https://example.com/bar.png
[EXCLUDED] https://example.com/buu.png
[EXCLUDED] https://example.com/bii.png
[EXCLUDED] https://example.com/boo.png
Issues found in 1 input. Find details below.
[test.mdx]:
[ERROR] file:///home/n4n5/tmp/tmp.mqqx3sEeAi/lychee/%7BImg%7D | Cannot find file
🔍 6 Total (in 0s) ✅ 0 OK 🚫 1 Error 👻 5 Excluded
Problem
I think variable as src should be ignored, in this case src={Img} should be ignored
The text was updated successfully, but these errors were encountered:
MDX are not parsed correctly
Reproduce
test.mdx
Run
Result
Problem
I think variable as src should be ignored, in this case
src={Img}
should be ignoredThe text was updated successfully, but these errors were encountered: