Bug The markdown button in share documents add \ if you use some of the symbols like * and [] in the document
under review
M
Michael J
This is the example the top one is what being written the bottom is what being copied from markdown button
Testing using all different kind of symbols
and characters to ensure proper formatting. Here are some examples: @#$%^&*, plus basic punctuation like .,;:!? and quotation marks "". Also testing numbers (123) and mathematical symbols (+/-). Let's include some brackets [square], {curly}, and (parentheses). Finally, checking how it handles emojis 😊 and special characters like é, ñ, and ß. These symbols help verify system compatibility.
Untitled
Testing using all different kind of symbols
and characters to ensure proper formatting. Here are some examples: @#$%^&\*, plus basic punctuation like .,;:!? and quotation marks "". Also testing numbers (123) and mathematical symbols (+/-). Let's include some brackets \[square\], {curly}, and (parentheses). Finally, checking how it handles emojis 😊 and special characters like é, ñ, and ß. These symbols help verify system compatibility.
It's always add \ thats not there before, before the symbol * and [] if you copy the whole document using markdown button in the share menu
Fred Rivett
under review
Hey Michael, apologies for the frustration here and thanks for the detailed report!
A lot of our markdown export stuff isn't written by us but pulling in another library, I'll make a ticket to investigate this to see if there's good reasons for the escaping the character (using a backslash before it).