writing code with braces

ido su September 16, 2018

Hi,

 

When I write `{text}` It creates a code wrapped with braces instead of creating a code block that contains the braces.

 

`{text}` -> {`text`}

1 answer

0 votes
Gregor Kasmann_Actonic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2018

Try to use {code} wrapper to avoid any other replacements:

{code:title=Bar.java|borderStyle=solid}
`{text}` -> {`text`}
{code}
ido su September 18, 2018

But I would like the code to be inlined

Suggest an answer

Log in or Sign up to answer