Help | BBCode, HTML and Markdown

Work in Progress [WIP]
Guide for forum formatting basics using bbcode, html, or markdown


BBCode

BBCode

Discourse BBCode - plugin - Discourse Meta

General
Here are some common uses of bbcode which you may need
[b]your text[/b] = your text
[i]your text[/i] = your text

[list]
* item
* item
[/list]

or

[ol]
[li]text[/li]
[/ol]

or

[ul]
[*] this is an item
[*] this is **an** item
[/ul]

Left align some text

[left]
Left align some text
[/left]

Center some text

[center]
Center some text
[/center]

Right align some text

[right]
Right align some text
[/right]

[size=SIZE] : set the size of text
[font=FACE]: set the font face for text
[color=COLOR]: set the color of text [/li]
[bgcolor=COLOR]: set background color of text
[highlight]: Highlight text
[small]: Make text very small
[aname=NAME]: create an anchor in your document with a name
[jumpto=NAME]: jump to anchor created with aname


HTML

HTML


Markdown

Markdown
Here’s a link to a quick markdown tutorial which will lead you through some basics
Markdown Tutorial - Introduction


For dropdown menus like these:

[details=Title]
text
[/details]

Created by Lego

2 Likes