Block users from using `%%` in folder/file names

Use case or problem

Block users from using %% in their file/folder names so their content isnt being commented out

Proposed solution

Block users from using %% so that if two of them are in the same note, they do not comment out content.

Current workaround (optional)

Related feature requests (optional)

I wonder what your use case is. These on the same line seem to render fine:

[[a%%b]] [[c%%d]]

As does a single:

[[%%a%%]]

I see now. So just a Live Preview rendering bug.

Wouldn’t that be commented out on reading view as well?

It wasn’t when I checked just now. Seems to be a Live Preview thing, unless you have different text in which it’s happening to you.

[[%%]] not a comment [[%%]] text

Live Preview has a number of quirks. Reading View’s rendering is almost always more “true” (consistent with other apps and the CommonMark spec).