Open samsrabin opened 3 years ago
I have a file with headings like this:
### [[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)
I would like it to show up in the Table of Contents like this:
[[#Firstname Lastname: Presentation title|Firstname Lastname: Presentation title]]
But instead I get:
[[#[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)|[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)]]
which breaks the rendering when outside of editing mode.
I have a file with headings like this:
### [[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)
I would like it to show up in the Table of Contents like this:
[[#Firstname Lastname: Presentation title|Firstname Lastname: Presentation title]]
But instead I get:
[[#[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)|[[Firstname Lastname]]: [Presentation title](https://drive.google.com/file/d/link-to-their-presentation)]]
which breaks the rendering when outside of editing mode.