Syntax of markdown
Heading
Heading1
Heading2
Heading3
Heading4
Heading5
Heading6
Line
“___” < Three Underscores
Line breaks
To create a new line, put two or more spaces at the end.
First line.
Second line.
Bold text
Put ** or __ before and after a word.
This is a test text.
This is a test text.
Italic
Put * or _ before and after a word.
This is a test text.
This is a test text.
Bold and Italic
Put * or ___ before and after a word.
This is a **test text.
This is a test text.
Blockquotes
Add a “>” in front of a paragraph.
Example paragraph The red glint of paint sparkled under the sun. He had dreamed of owning this car since he was ten, and that dream had become a reality less than a year ago. It was his baby and he spent hours caring for it, pampering it, and fondling over it. She knew this all too well, and that’s exactly why she had taken a sludge hammer to it.
Blockquotes with multiple paragraphs
It was a good idea. At least, they all thought it was a good idea at the time. Hindsight would reveal that in reality, it was an unbelievably terrible idea, but it would take another week for them to understand that. Right now, at this very moment. they all agreed that it was the perfect course of action for the current situation.
Ten more steps. If he could take ten more steps it would be over, but his legs wouldn’t move. He tried to will them to work, but they wouldn’t listen to his brain. Ten more steps and it would be over but it didn’t appear he would be able to do it.
Table
| Item | Price | # In stock |
|--------------|-----------|------------|
| Juicy Apples | 1.99 | *7* |
| Bananas | **1.89** | 5234 |
| Item | Price | # In stock |
|————–|———–|————|
| Juicy Apples | 1.99 | 7 |
| Bananas | 1.89 | 5234 |
Embed video
<video width="320" height="240" controls>
<source src="/assets/Video/SimulateRefactor.mp4" type="video/mp4">
</video>
Colorful code
Write js, html, ruby or python at only the first -```-
- ```js, ```html, ```ruby or ```python -
image with link
[![image alt text](image URL link)](anchor link)
ex)
[![React initialize](/assets/imrc.png)](https://jonghan-park.github.io/react/React_Initialize/)
image size
<img src="/assets/REACT_logo.png" alt="drawing" width="100"/>
Link
[Link text Here](https://www.youtube.ca)
Emoji
we can use emoji in markdown by simply copy and paste emoji from this link.
Leave a comment