New forum syntax guide & details about Trust levels

revisiting thread. see if i can throw some stuff that would be useful for common use together. some of it may be things that are seen and ppl may not know how its done… and other stuff is just common sense.

  1. Text
  2. Linking and Images
  3. Code Blocks (Preformated Text Block)
  4. Lines and Line Breaks
  5. Headers, Numbering/Dots
  6. Tables










Text

  • Bold → press the B or **B**
  • Itallic → press the I or _I_ *I*
  • Strikethrough → Strikethrough = ~~Strikethrough~~
  • Inserted Text (Green Background) → Hello! = <ins>Hello!</ins>
  • Deleted Text (Red Background + Strikethrough) → Hello! = <del>Hello!</del>
  • Text Size → BIGGER smaller = <big>BIGGER</big> <small>smaller</small>

bonus: these nice looking “button” sorta shapes here Like This are the <kbd> tag.

-::arrow_up: Index :-




Linking and Images

This is something that at first seems like you can not do this unless you are Level 3 Trusted. However, you can get around this by using code blocks which disables the direct linking. This also makes it easier for others to copy and paste your links without having to do odd things with spaces and such.

https://us.forums.blizzard.com/en/heroes/t/new-forum-syntax-guide-details-about-trust-levels/380

https://us.forums.blizzard.com/en/heroes/t/new-forum-syntax-guide-details-about-trust-levels/380

note: for images do the same as for normal links. copy the shareable or direct link and then surround it put it between code blocks. direct links point directly to the image as you will see below.

example share link ==> https://imgur.com/a/GdLp5y0
example direct link ==> https://i.imgur.com/hQFY8Vs.png

-::arrow_up: Index :-

Code Blocks

  • Single Line Code Block →
    `text here (1)
    text here (2)
    text here (3)`

text here (1) text here (2) text here (3)

  • Multi-Line Code Block →
```
text here (1)
text here (2)
text here (3)
```
text here (1)
text here (2)
text here (3)

-::arrow_up: Index :-




Line Break and Horizontal Lines

  • Horizontal Lines →
    ___ *** (x3) dash, underscore, or asterisk. these all look the same so it doesnt matter which you use.



  • Line Break → <br>
    example:
    normal text…
    spacing between lines
    .
    .
    line break…

    spacing between
    a line
line break... <br>
spacing between
a line

-::arrow_up: Index :-




Header Tags, Numbering, and those dots

  • Headers/Numbers →

    1. HEADER

    1. HEADER

    1. HEADER
HEADER
1. # HEADER
4) #### HEADER
6. ###### HEADER
  • Dots →
-
  -
    -
      -
*
  *
     *
       *

-::arrow_up: Index :-




Tables

CELL1 CELL2 CELL3
Numbers
1 2 3
4 5 6
Letters
A B C
D E F
|CELL1|CELL2|CELL3|
|:---:|:---:|:---:|
||Numbers||
|1|2|3|
|4|5|6|
||Letters||
|A|B|C|
|D|E|F|

my more detailed post in this thread on the table that i copied this part from:
https://us.forums.blizzard.com/en/heroes/t/new-forum-syntax-guide-details-about-trust-levels/380/133?u=morogoth-1321

-::arrow_up: Index :-







edit:

  • changed Headers to markdown equivalent instead of tags.
  • added extra explanation in ‘linking’ for images since it is a common to see ppl dont know this.
  • did some text cleanup and editing to make it better. (6/2019)
  • cleaned up ‘code block’ section to be easier to read. pictures have been replaced by all text. (6/2019)
  • links added for easier navigation to the section you are interested in (7/2019)
  • added index button to take you back to the top of the post (8/2019)
2 Likes