Please Note: The TotalFreedom Forum has now been put into a read-only mode. Total Freedom has now closed down and will not be returning in any way, shape or form. It has been a pleasure to lead this community and I wish you all the best for your futures.
  • Just a simple markdown tutorial for some of you that don't know, or can't be asked to type it up.


    Bulletpoints -, * or 1.
    Number lists can start with a number, and be followed with a dash to continue the list.
    You can also indent the list using an indent (`) and a-`, as seen below

    1. foo
      • bar
      • baz
      • foo

    Bold - **, __ or [b][/b]
    Italic - *, _ or [i][/i]
    Underline - [u] [/u]
    Strikethrough - ~~ or [s][/s]
    Size - [size=<SIZE>][/size]

    Bold
    Italic
    Underline
    Strikethrough
    Size


    One line code blocks: `
    Multi-line code blocks: `` or

    Code

     *Multi-line code blocks have to be positioned with the text inbetween 6's*

    foo bar baz

    Code
    foo bar baz  

    Quotes: > or [quote][/quote]

    Quote

    foo bar baz


    Spoilers: >!
    Spoilers can come to a stop using another >!, allowing you to place text after it

    Quote

    ! foo bar baz
    !
    foo bar baz


    Centering text: [align=center][/align]

    foo bar baz


    Colouring text: [color=<COLOUR>][/color]

    foo
    bar
    baz


    Images: ![](<DIRECT LINK>)
    The link provided must be a direct link to the image, e.g not https://imgur.com/Kyd14Te but https://i.imgur.com/Kyd14Te.png


    Hyperlinks: [<TEXT>](<LINK>)

    foo bar baz


    Headers: #
    Headers can also be used by separating two lines of text with a - or =

    Code
    foo  
    -  
    bar  

    foo

    • bar

    As well as different levels of headers using #'s (as mentioned by @"DragonSlayer2189"#25)
    The more #'s you add, the smaller the header gets:

    foo (#)

    bar (##)

    baz (###)