How to use markdown to format posts

Hi - My first attempt to post on Sitepoint - and it’s proving a bit of a trial.

Currently my attempts at posting code are nonsensical!
Can’t figure out how the whole markdown thing works
Can anyone please point me to an explanation of how to use this…

First off, the best resource is http://commonmark.org/help/

However, more to the question, you simply put them inside three backticks.

```
your code here
```

Thanks cpradio - that helped a lot and at least enabled me to get my question posted.
I’ll check out the link you supplied and learn more about it

Many thanks

1 Like

There are a couple of “help” topics you might find useful, @LazyCarrot.

Discourse Cheat Sheet

Forum Posting Basics

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.