Total-RP-3 icon indicating copy to clipboard operation
Total-RP-3 copied to clipboard

Improve Markdown parser: ignore text between `backticks`

Open Ellypse opened this issue 6 years ago • 4 comments

What steps will reproduce the problem?

Enter Markdown text in a field in Total RP 3 that accepts Markdown (dashboard, about part of the profile) and use the backticks ` to indicate a block of code.

What is the expected output? What do you see instead?

The text inside the block of code should not be interpreted by any of Total RP 3's interpreter. Right now, the text is interpreted, and Total RP 3 tags are rendered.

Side note

You all know how bad I am with regex, so I'm leaving this here in case someone wants to help on this :)

Ellypse avatar Mar 12 '18 20:03 Ellypse