Text Formatting

These markup tags allow you to add formatting to the text of your comments and posts, similar to HTML.

Syntax
Example
[h1] Header text [/h1]
Header text
[h2] Header text [/h2]
Header text
[h3] Header text [/h3]
Header text
[b] Bold text [/b]
Bold text
[u] Underlined text [/u]
Underlined text
[i] Italic text [/i]
Italic text
[strike] Strikethrough text [/strike]
Strikethrough text
[spoiler] Spoiler text [/spoiler]
Spoiler text
[noparse] Doesn't parse [b]tags[/b] [/noparse]
Doesn't parse [b]tags[/b]
[hr][/hr]
Render a horizontal rule

[url=steamproxy.net/steamstore] Website link [/url]
Website link
Paste a plain YouTube URL to automatically generate a widget. https://www.youtube.com/watch?v=tax4e4hBBZc


Paste a Steam store page URL to automatically generate a widget. https://steamproxy.net/steamstore/app/323190/


Paste a Steam Workshop or other user-generated content URL to automatically generate a widget. https://steamproxy.net/sharedfiles/filedetails/?id=157328145


[list]
    [*]Bulleted list
    [*]Bulleted list
    [*]Bulleted list
[/list]
  • Bulleted list
  • Bulleted list
  • Bulleted list


[olist]
    [*]Ordered list
    [*]Ordered list
    [*]Ordered list
[/olist]
  1. Ordered list
  2. Ordered list
  3. Ordered list


[quote=author] Quoted text [/quote]
Originally posted by author:
Quoted text
[code] Fixed-width font, preserves spaces [/code]
Fixed-width font, preserves spaces
[table]
    [tr]
        [th]Name[/th]
        [th]Age[/th]
    [/tr]
    [tr]
        [td]John[/td]
        [td]65[/td]
    [/tr]
    [tr]
        [td]Gitte[/td]
        [td]40[/td]
    [/tr]
    [tr]
        [td]Sussie[/td]
        [td]19[/td]
    [/tr]
[/table]
Name
Age
John
65
Gitte
40
Sussie
19


[table noborder=1]
will hide the table borders

[table equalcells=1]
will force the table be full width of the page and for each column to be equal width

Close