These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
Our forum posts use a thing called Markdown.
This is similar to BBCode in that you can use it to make your posts look pretty.
At the moment, posts are rendered with the standard markdown setup with all disallowed HTML filtered so that people can't do bad things to you.
Markdown can be pretty confusing when you start out with it. Here are some basic markdown things you should remember.
Thing | Example | Source |
---|---|---|
Italic | Example | *Example* |
Bold | Example | **Example** |
Strikethrough | ~~Example~~ | ~~Example~~ |
Underline | ++Example++ | ++Example++ |
Link | Example | [Example](//www.classicube.net/) |
Image | ![Example](//static.classicube.net/img/cc-small.png) |
Italics and bold can use an underscore instead of an asterisk
Lists can be ordered or unordered.
Unordered
* Like
* this.
Ordered
1. Like
2. this.
Tables are a little bit tricky.
Header 1 | Header 2 |
---|---|
Thing 1 | Thing 2 |
Thing 3 | Thing 4 |
Is done like so..
Header 1 | Header 2
-------- | --------
Thing 1 | Thing 2
Thing 3 | Thing 4
With the help of an in-house extension (That I've published!), we have the ability to center and right-align text and images.
->Centered text<-
->Centered text<-
->Right-aligned text->
->Right-aligned text->
Thanks to yet another custom extension, you have the ability to use certain emoticons from Twitch.tv chat.
Kappa Kappa FrankerZ Kappa ;)
Have an extension suggestion? Reply to this thread over here and I'll get right to it!
Right click and hit "Copy address" and send these links to your friends who don't know how to use Markdown!