Closed FelixSFD closed 4 years ago
Codeblocks containing {sometext} are not rendered correctly in some cases. And if we escape the {, the whole page breaks.
{sometext}
{
The output should look like this:
state: open and not #my and not reviewer: {APplus Team} doesn't show the last part state: open and not #my and not reviewer: \{APplus Team\} breaks the whole page
state: open and not #my and not reviewer: {APplus Team} doesn't show the last part
state: open and not #my and not reviewer: {APplus Team}
state: open and not #my and not reviewer: \{APplus Team\} breaks the whole page
state: open and not #my and not reviewer: \{APplus Team\}
Add the code above to a site and save the file.
The issue is resolved in Version 2.0.12
Actual behavior
Codeblocks containing
{sometext}
are not rendered correctly in some cases. And if we escape the{
, the whole page breaks.Expected behavior
The output should look like this:
Steps to reproduce the behavior
Add the code above to a site and save the file.