Markdown语法笔记
Markdown语法笔记
hello-world
1. Test repository 标题
文本样式
This is bold text
‘_’ can be replaced by ‘*’.
This text is italicized
‘_’ can be replaced by ‘*’.
This was mistaken text
This text is extremely important
All this text is important
R^2^
X2
X~2~
R2
2. Test branch
引用文本
Text that is not a quote
Text that is a quote
提示:查看对话时,可以通过突出显示文本然后键入 R 来自动引用评论中的文本。你可以通过单击 然后单击“引用回复”来引用整条评论。
Text that is not a quote
引用代码
Use git status
to list all new or modified files that haven’t yet been committed.
Some basic Git commands are:
git status
git add
git commit
颜色
The background color is #ffffff
for light mode and #000000
for dark mode.
#RRGGBB
rgb(R,G,B)
hsl(H,S,L)
超链接
This site was built using GitHub Pages.
图像
通过添加 ! 并 将 alt 文本用 [ ] 括起来,可显示图像。 替换文字是等效于图像中信息的短文本。 然后将图像的链接用括号 () 括起来。
2.2 Markdown
The Latest News from the BBC
Do you want to see something fun?
Well, do I have the website for you!
poem
softbreak: double space
- list1
- list2
- list1.1
- list1.2
- list1.2.1
本文由作者按照 CC BY 4.0 进行授权