1 COMMON
WRITTEN | RENDERED | ||||||||
---|---|---|---|---|---|---|---|---|---|
*italic* OR _italic_
* IN COMMENTS
|
italic OR italic |
||||||||
**bold** OR __bold__
* IN COMMENTS
|
bold OR bold |
||||||||
***bold-italic*** OR ___bold-italic___
* IN COMMENTS
|
bold-italic OR bold-italic |
||||||||
~~Strikethrough~~
* IN COMMENTS
|
|
||||||||
`code`
* IN COMMENTS
|
|
||||||||
# Heading 1 |
Heading 1Heading 2 |
||||||||
> Blockquote Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce interdum sapien sed malesuada efficitur. |
|
||||||||
| header1 | header2 | header3 | header4 | |--------|:-------|-------:|:------:| | content1 | content2 | content3 | content4 | |
|
||||||||
* List 1 * List 2 * List 2A OR - List 1 - List 2 - List 2A |
OR
|
||||||||
1. List 1 2. List 2 3. List 3 |
|
||||||||
Hello 1 --- Hello 2 *** Hello 3 ___ |
Hello 1 Hello 2 Hello 3 |
||||||||
https://www.aboutpvp.com
* IN COMMENTS
|
|||||||||
[Aboutpvp link](https://www.aboutpvp.com)
* IN COMMENTS
|
|||||||||
[Aboutpvp link with title](https://www.aboutpvp.com "Hello!")
* IN COMMENTS
|
|||||||||
[Aboutpvp link by reference][1] * IN COMMENTS
|
|||||||||
![Normal Image](https://i.imgur.com/awCZ4Mb.jpeg)
* IN COMMENTS
|
2 ABOUTPVP SPECIFIC
WRITTEN | RENDERED |
---|---|
@1[ezreal]
* IN COMMENTS
|
|
@1[ezreal](16)
* IN COMMENTS
|
|
{F56565}(Text Red) | Text Red |
{F56565^25^}(Text Red with Size) | Text Red with Size |
^25^(Sized text) | Sized text |
!!Spoiler Lorem ipsum dolor sit amet, consectetur adipiscing elit.!!
* IN COMMENTS
|
Spoiler Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
=== HELLO WORLD! |
HELLO WORLD |
=== HELLO WORLD! --- HELLO MARS! |
HELLO WORLD! HELLO MARS! |
=== HELLO WORLD --- HELLO MARS! --- HELLO MOON! |
HELLO WORLD! HELLO MARS! HELLO MOON! |
![Resized Image](https://i.imgur.com/awCZ4Mb.jpeg)(100x100)
* IN COMMENTS
|
|
^(https://www.youtube.com/watch?v=C0DPdy98e4c)
* IN COMMENTS
|
|
Hello 1 ---{F56565} Hello 2 ***{F56565} Hello 3 ___{F56565} |
Hello 1 Hello 2 Hello 3 |
3 ESCAPE SYNTAX
The process of escaping involves using a backslash "\" to indicate to the parser that special characters should not be interpreted as Markdown.
On certain occasions, individuals may discover that the parser has misunderstood their text in an unintended manner. In such cases, one can rectify the situation by employing escaping techniques.
4 WRITE A GOOD GUIDE
Let's showcase some tips and tricks for using Markdown, along with our custom tags, to design a visually stunning guide page
You can copy these little snippets and use on your guide.
Coming soon..