Link to how to use blockquote in a post?

Could someone give me a link on how to format a post and in particular how to quote code? Thank you in advance.

Hi @kw_martin ,

in general, posts can be formatted using Markdown

For a quick reference, see here: Markdown Reference

In particular, code can be put into its own formatted block by putting it between triple backticks:
```
my code goes here
```

will be formatted as

my code goes here
3 Likes

Thank you, your link to the Markdown reference is exactly what I was looking for.

1 Like