I was going to create a new issue but it surfaced this one, so reviving and appending.
Steps to reproduce
In Live Preview, consecutive square-bracketed text, specifically square bracketed text followed by a link creates an inconsistent display and hides content:
The expectation is to have the markdown or wiki-style link correctly rendered after the metadata field / single square bracketed text.
Actual result
As per screenshot, the text portion of the markdown link is missing from the first markdown link example, and only a trailing square bracket is seen in the wiki-style link example.
Escaping the first bracket in the single square-bracketed text or field will allow the second square-bracketed item to render correctly. eg. \\[field1:: foo] [[wikilink]]
Adding another character between the two items
There are some instances where the escape character is still rendered (unable to consistently reproduce when this happens, so not officially reporting, but leaving here as a point on record).
The workarounds are not optimal but because there is an option I understand this will deprioritise the issue (even further given first report in 2022), but it would be nice if this could be fixed, please.