Markdown notes

Markdown notes

MarkDown Codes notes…

MarkDown Codes notes

some incorrect code

  • show code
    1
    2
    3
    4
    5
    6
    //when you use ```code ```
    //if the end ``` following a space
    //it can cause errors
    \```markdown
    end ``` not following a Space
    \```

Here is cheat sheet from GitHub

markdown syntax

markdown2

MarkDown cheatsheet online


Adding Embedded YouTube Videos and music

Click share button, copy Embedded code in your markdown, such as:

1
<iframe width="560" height="400" src="https://www.youtube.com/embed/-0c8PXddYJQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Here is a Youtube tutorial:


You can change the value of width and height for dynamic layout.

Also, The method of adding embedded music is the same.

Posted on

2020-10-25

Updated on

2021-01-31

Licensed under

Comments