How to put code | XM Community
Skip to main content
I am trying to post code, but it does not appear. How people write code here.
`code` you have to put your code in ``

It will appear like `Your Code`
To do a code block put your code in fences - which is three backticks:
\\`\\`\\`
code goes here
\\`\\`\\`

Which looks like:
```
code goes here
```
Thanks Tom and Bansal
You can also do by clicking this button as in image

!