Thunkable forums platform?

I’m curious what software these forums run on? I’d like to lookup some markup language examples for formatting posts.

It is https://www.discourse.org :slight_smile:

3 Likes

Thank you, @wei!

As an example from the above guide, you can enclose code in two sets of triple backticks (```) to have it format with proper spacing:

If x=5
     then change y by 1

Without that, it appears like this:

If x=5
then change y by 1

3 Likes

Would also recommend checking out meta.discourse.org if you want to learn more about their platform - it’s a great resource.

There are also tutorials built directly into the community:

2 Likes