After a recent forum update (?) it inserts hyperlinks to user profiles as if mentioned, even though it’s inside a fenced code.
Example:
@indirect
def PlayVideo():
It only started to do it recently.
After a recent forum update (?) it inserts hyperlinks to user profiles as if mentioned, even though it’s inside a fenced code.
Example:
@indirect
def PlayVideo():
It only started to do it recently.
@czukowski said:
After a recent forum update (?) it inserts hyperlinks to user profiles as if mentioned, even though it’s inside a fenced code.
Do you have an example?
When you write an @ character, the forum thinks you want to refer to a certain forum member. So it ‘helpfully’ inserts a link to the profile page of that member.
I see the problem. It should not do this if you wrote triple backticks before the @ sign.
text @fghg
Will report this.
[edit] done.
Thanks. FWIW, it used to work correctly until recently.