cbase_user
New member
- Affected version
- 2.1.x
The Documentation I base my expectations for markdown parsers on:
Well backticks (`) should be escapeable with backslashes but that doesn't work properly:
What doesn't work is
\
nor does
\
This also applies for triple backticks for CODE-Blocks
Backslashes can escape ">" for Quotes as expected
\>
Marking @Steffen because his board was vandalized to find this bug.
Well backticks (`) should be escapeable with backslashes but that doesn't work properly:
``foobar``
works fine and causes iCODE BB Code around foobar:foobar
What doesn't work is
\`\`foobar\`\`
which should print every backtick without the backslahes and foobar without any BB-Code wrapped around it.\
\[ICODE]foobar\
\[/ICODE]nor does
\``foobar``
prevent BB wrapping\
foobar
This also applies for triple backticks for CODE-Blocks
Backslashes can escape ">" for Quotes as expected
\>
\>
Marking @Steffen because his board was vandalized to find this bug.
Last edited: