穿插在程序中,太复杂了喧宾夺主,太简单了不如注释。这样就刚刚好:
# header 1
## header 2
### header 3
#### header 4
Output:
Use any of three to draw a horizontal line.
***
---
___
Output:
Text formatting is important in order to highlight important keywords.
<span style='color:green'> message/text </span>
<span style='color:Blue'> Blue is my favorite color. </span>
<span style='background:yellow'> message/text </span>
<span style='background :yellow' > Background color is yellow </span>
<span style='font-family:font_family name'> message </span>
<span style='font-family:Georgia'> It is Georgia font.
<span style='font-family:Helvetica'> It is Helvetica font.
<span style='font-family:"Times New Roman"'> <span styel=''>It is "Times New Roman" font.
<span style='font-family:serif'> It is serif font.
<span style='font-family:sans-serif'> It is sans-serif font.
*Italic* or _Italic_
**Bold**
***Bold and Italic***
Italic or Italic
Bold
Bold and Italic
> 1 Blockquotes
>> 2 Blockquotes
>>> 3 Blockquotes
>>>> 4 Blockquotes
>>>>>>>> 8 Blockquotes
Output:
1 Blockquotes
2 Blockquotes
3 Blockquotes
4 Blockquotes
8 Blockquotes
1. Main list <br>
a. Sub-list <br>
b. sub list
2. Main list
* main list
Output:
| How | To | Make | a table|
| :---: | :---: | :---: | :---: |
| in | <span style= 'background:yellow'> Jupyter </span>| <span style= 'background:yellow'> Notebook </span>| <span style= 'background:yellow'> Markdown </span> |
| It | is | really| cool |
Note: Colons can be used to align columns.
:--- Left align
---: Right align
:---: Center align
Output:
How | To | Make | a table |
---|---|---|---|
in | Jupyter | Notebook | Markdown |
It | is | really | cool |
Note: Colons can be used to align columns. | |||
:— Left align | |||
—: Right align | |||
:—: Center align |
[My blog link ](https://blog.csdn.net/longwo888)
Output:
My blog link