sawhney17 / logseq-automatic-linker

MIT License
87 stars 16 forks source link

Do not create automatic link inside a Markdown link #56

Closed szjani closed 4 months ago

szjani commented 1 year ago

If I use a link in which title there is a [ character and a word with the name of an existing page, then automatic-linker breaks the link.

  1. Let's assume I have a page Logseq.
  2. A want to use this link: [\[This\] is a Logseq page](https://logseq.com)
  3. The result is [\[This\] is a [[Logseq]] page](https://logseq.com)