Use case or problem
I would like to use links in my headings, which isn’t a problem in of itself.
But when using the outline plugin, the full link is displayed in markdown format giving a more bloated outline than was intended
Proposed solution
When a url link is detected in a heading, only display the square bracket content
### [ Heading title ] ( link I want ignored by the outline plugin)
Current workaround (optional)
Guess I can post a link right below the heading.