multiple code blocks on a page deletes hyperlinks with no undo possible
j
jsnelgro
Example note do demonstrate the issue:
MRE for Link Clobbering bug
adding a code block below here will delete the links beneath it.
accidentally removing the three ending backticks of this codeblock will clobber all links lower on the page
this link will get clobbered when the first three backticks are typed for a code block above it on the page. "Hello, World!" program - Wikipedia
A code block further down the page is the culprit. It causes the contents between the partial code block above and this one to be rendered as one big code block. And putting links in code blocks seems to strip the link.
My lower code block