Markdown Practice

Learn how to use the markdown frequent grammar

Posted by Hanke on December 3, 2020

It will record the daily markdown grammar.

Title

1
2
3
4
5
6
# First
## Second
### Third
#### Fourth
##### Fivth
###### Sixth

Fonts

RUNBOOK.COM
GOOGLE.COM

italic text
bold text
bold and italic text

Separator


Delete Line

RUNBOOK.COM
GOOGLE.COM
BAIDU.COM

Underline

underline

Footer 1
Footer 2

List

  • first
  • second
  • third

Another way

  • first
  • second
  • third
  1. first
  2. second
  3. third

Nested

  1. first
    • first
    • second
  2. second
    • first
    • second

Block

Here is block
Inside block
Put text here

Nested Block

Here is block

Here is the first nested block

Here is the second nested block

Nested List in Block

Here is block

  1. First
  2. Second
    -. First
    -. Second

Nested Block in List

  • First

    First Block
    Second Block

  • Second

Code

1
2
3
$(document).ready(function() {
    alert('RUNBOOK');
});

Here is the Link example.

Link by Variable

  • This link use 1 as the google website link variable Google
  • This link use runbook as the website link variable Runbook

Picture

RUNBOOK Logo RUNBOOK Logo

Advance picture

  • This link will use 2 as the website picture link variable Runbook

Jump to the formular part

Table

Must have one empty line before the table

header header
content content
content content

left align

header header
content content
content content

right align

header header
content content
content content

middle align

header header
content content
content content

HTLM Element

use Ctrl+Alt+Del Restart the computer
use hello
use bold
use italic
use element
use strong
use
br
use sub

Escape

use the escape \ to escape the special character
bold text
** display the star **

Formular

in one line

$\sum_{i=0}^N\int_{a}^{b}g(t,i)\text{d}t$

in several lines

\[\begin{bmatrix} 1&0&0 \\ 0&1&0 \\ 0&0&1 \end{bmatrix}\]

Others

font CSS

wechat
please send a red package

Reference

learn website

##Build

  1. for the footer case 

  2. for the footer another case