I've found a bug in how Logseq treats inline Links that use Logseq Internal Links Format

Do you guys ever use Inline Markdown Links that also feature the “Title Attribute”? I Haven’t noticed this before but there seems to be some confusion on Logseq part regarding the “Title Attribute” when using Internal Links in Markdown Links Format:

I am writing some text about [a certain subject]( [[subject page name]] "tooltop/title attribute")

Logseq seems to believe that everything inside the round brackets is an Internal Page Name:

This really sucks because now I can’t seem to marry the Logseq way with the more standard Markdown way I so hard try to keep around…

Ok, I guess it’s my bad… without a “space” character between the starting round bracket and the Logseq Link it seems to behave as expected.