Markdown for the forum!

There were some questions about how to format posts so that you can find what you are looking for and post things you want to post.

First

You can list things:

  • because listts are fun
  • they make your data look real nice
  • and automatically have “bullets”

Ordered lists are good:

  1. first
  2. second
  3. third!

Second

if you are pasting code, it looks like this:

function ahoy () {
    console.warn("AHOY!");
}

which is SUPER useful for a forum like ours.


Third


Line breaks do just that, break up longer posts (like I enjoy writing).

Quotes are also nice, if you are referencing a single idea from another post.

All this is available on our editor mobile and otherwise.

If you are looking for a reference, find it here which is the “official” markdown reference for the forum. Remember dragging and dropping is also available if you are on desktop.


Go forth and post!

markdownRAWpost.txt (1.0 KB) for the raw text I typed to make this post.

1 Like