Outline contains markdown code for headers with links

Steps to reproduce

Create page with headers with links:

# One
# Two
# [Google](https://google.com)

Expected result

Outline panel should show:

One
Two
Google

Actual result

Outline panel contains markdown code for link:

One
Two
[Google](https://google.com)

Environment

  • Operating system: MacOS
  • Debug info:

SYSTEM INFO:
Obsidian version: v0.13.23
Installer version: v0.13.14
Operating system: Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST 2021; root:xnu-8019.61.5~1/RELEASE_X86_64 21.2.0
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: light
Community theme: none
Snippets enabled: 0
Safe mode: off
Plugins installed: 10
Plugins enabled: 10
1: Advanced Tables
2: Editor Syntax Highlight
3: Recent Files
4: Dataview
5: Indentation Guides
6: Obsidian Git
7: Paste URL into selection
8: Copy button for code blocks
9: Tag Wrangler
10: Regex Find/Replace

RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the help vault or disable community plugins.

we don’t support this. there’s an open feature request for this.

Ok, thanks, I will follow the feature request. I was looking in existing bug reports only.