Use case or problem
The problem is that a bunch of new plugins are coming out that do some nifty stylings, but because they leverage code blocks, the contents don’t show up in things like the Linked Mentions or the Graph.
Proposed solution
It would be nifty if plugins like dataview and admonition had a different custom syntax that could optionally be used (for backwards compatibility / to avoid breaking things for plugins, and for the people who prefer their admonition links not show up in the graph), something like \\\ or whatever, kind of like how comments %% style got added (allows links to still show up in the graph) instead of changing the behavior of <!-- comments (which cause links to not show up on the graph).
Current workaround (optional)
Right now you have to put the tags elsewhere. It’s also a reason the dataview inline :: metadata got created, at least partially (since links don’t function in the YAML, some of us are doing inline metadata inside of the %% style comments).
Related feature requests (optional)
There is also a request for the Ability to create Filelinks/Tags for the Graph inside Codeblocks, but I personally think that doing it that way will not happen, because code blocks aren’t defined by obsidian but rather mark down.