sawhney17 / logseq-automatic-linker

MIT License
87 stars 17 forks source link

Improve code block and inline code detection #84

Open ricog opened 4 days ago

ricog commented 4 days ago

The PR handles 2 additional edge cases for code block and inline code detection.

It also resolves an Inefficient regular expression code scan alert (see screenshot below) detected by enabling Code Scanning in my clone of your repository.

PS - thank you for all of your amazing contributions!

image