oleeskild / digitalgarden

261 stars 147 forks source link

A render bug caused by "[[" #240

Open jcmik opened 7 months ago

jcmik commented 7 months ago

I ran into a very strange bug, which took me a whole day to troubleshoot. It doesn't really affect my use, but I'm reporting it anyway because the bug is pretty FUNNY. 😂

This bug only triggers if you code "[[ ]]" in the inline code block first and then use the actual link.

Not A Bug 1

[[Home]] and [[Seed]] are link.

test1

Not A Bug 2

Only [[Home]] is a link, [[Seed]] is a inline code.

test2

This is A Bug

Only [[Home]] is an inline code, [[Seed]] is a link. test3