Markdown escaping [Fixed]

Status
Not open for further replies.
Dex-chan lover
Joined
Jun 17, 2018
Messages
3,154
It doesn't look like it's possible to escape markdown right now (aside from putting it inside CODE BB-tag):

Code:
\> Escaped
\> Escaped

Code:
\*Escaped\*
\*\*Escaped\*\*
\*\*\*Escaped\*\*\*
\Escaped\
\\*Escaped\\*
\\\Escaped\\\

Code:
\* Escaped
\* Escaped
\* Escaped
\* Escaped

Or maybe there is a way?
 
MD@Home
Joined
Oct 15, 2020
Messages
2,220
It's easy. Use white space between character especially zero-width to get perfect imitation. You can copy whitespace from https://qwerty.dev/whitespace or other place
I can break BB-Code and it would look like this

• Superscript
TEXT SUPERSCRIPT
[S U P]Text to Superscript[/S UP]

• Subscript
TEXT SUBSCRIPT
[S U B]Text to Subscript[/S UB]
 
MD@Home
Joined
Oct 15, 2020
Messages
2,220
It's seems there are easier solution 😆
Wrap your markdown with [PLAIN][/PLAIN]

NormalEscaped

italic
 bold
italicbold
*italic*
** bold**
***italicbold***
>quote
 
Solution
Dex-chan lover
Joined
Jun 17, 2018
Messages
3,154
Oh, i guess with all this mix of Markdown and BBCode it's a good enough alternative to an escape character. Thanks, somehow i was fixated on Markdown, so i didn't bother looking for a BBCode help page.
 
Status
Not open for further replies.

Users who are viewing this thread

Top