An error occurred while fetching issues.
Escaping does not works correctly
Created by: SerafimArts
Latex:
-
\$$test$$
compile into latex code, -
\$\$test\$\$
do nothing and render "as is"
Commands:
-
\/command
render "as is"
Users:
-
\@user
render "as is" and@user
highlighted as user
Code:
- Inner multiline code can not be escaped (GitHub has similar bug):
Example 1:
\`\`\`html
Multiline code
\`\`\`
Example 2:
\```html
Multiline code
\```
Single-line code render successfully:
`Single line code`