On Reddit, you are provided with a “formatting help” tutorial when you make a post:
When clicked, it provides a table of options:
I figure something like this would be useful here on the DevForum as well, perhaps detailing the more obscure formatting options you can do with, say, HTML tags as one example.
-
<big>BIG TEXT</big>
BIG TEXT -
<small>small text</small>
small text -
<pre><code class="lang-c">insert code here</code></pre>
int main(int argc, char *argv[]) {return 0;}
-
[details="Subject"]Content[/details]
Subject
Content
-
H<sub>2</sub>O
H2O -
x<sup>2</sup>
x2 -
Line-breaks
<hr>
:
I’ve found myself googling HTML tags and Discourse-specific things like them to try and make a properly formatted post, and it always takes a good bit of time. A handy little guide exists somewhere here on the DevForum I’m sure, but we should really be introduced to it when writing our posts. Too often a Scripting Support post doesn’t contain properly formatted code and so it makes it especially difficult to read.