Internal links will not be analyzed/show to graph view if it in the same line as $$

Before opening a new bug report, please search the forum for duplicates and follow the Troubleshooting Guide.

  • We only consider bugs that are reproducible in the sandbox vault or a vault with no third-party plugins/no css snippets/default theme.
  • For Linux, we only accept bug reports that are reproducible with our Appimage package under Gnome or KDE.
  • Developer issues with the API should go here
  • Themes and Custom CSS issues should go here

Once you’ve done the above, delete everything above this line.

Steps to reproduce

$$a
$$[[testb]]

OR

$$a
$$ aaaa [[testb]]

where testb is another file.

Did you follow the troubleshooting guide? [Y/N] Y

Expected result

there is a wire between testa and testb in the graph view.

Actual result

there is no such wire.

Environment

SYSTEM INFO:
	Obsidian version: v1.7.4
	Installer version: v1.7.4
	Operating system: Windows 11 Pro 10.0.22635
	Login status: not logged in
	Language: en
	Insider build toggle: off
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Additional information

It works when they are not in the same line

$$a
$$
[[testb]]

and it rendered normally for both cases. Just don’t show in the graph view

The only block math we support is

text
$$math$$
text

or 

text
$$
math
$$
text

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.