Page 1 of 1

Tab!

Posted: Thu Mar 31, 2016 1:17 pm
by Wyvern
Added a custom BBCode for tabs, since that turned out to be a thing I wanted.

It works like this:

Code: Select all

[tab]30[/tab]An indented paragraph.
Which then turns into this:
An indented paragraph.

Spoilers tags!

Posted: Tue Apr 05, 2016 10:08 pm
by Wyvern
Works like this:

Code: Select all

[spoiler="Spoiler Title"]Some text you don't want people to immediately see.[/spoiler]
[+] Spoiler Title
Some text you don't want people to immediately see.

Highlight!

Posted: Thu Apr 14, 2016 5:49 pm
by Wyvern

Code: Select all

[highlight=yellow]Some text.[/highlight]
[highlight=#00307F][color=#00FFAF]Some more text![/color][/highlight]
Some text.
Some more text!