立一個flag 每天寫一篇博客
2022.4.28
新人報道,先給自己起個名字:運甓
寫博客第一天,先水一篇
今天學習Markdown語法
- markdown數學公式大全
- csdn
- ctrl + k + v 快速打開右側預覽(vscode)
- Ctrl + k + 0 折疊所有標題(vscode)
- ctrl + k + j 回復折疊(vscode)
- [/toc]制作目錄
- 傾斜
- 加粗Ctrl + b
- 傾斜加粗
下劃線- 分級標題/#最多分六級
- 分割線
-
代碼塊
#include <cstdio.h>
int main()
{
print("hello,world!");
return 0;
}
一行中使用代碼,用一個代碼hello world
刪除線
高亮
下劃線
表情包
????????????
插入圖片
現在還不會用腳注,第一天就寫到這吧!明天見
* [markdown數學公式大全](http://www.rzrgm.cn/nickchen121/p/11746655.html)
* [csdn](https://blog.csdn.net/u014061630/article/details/81359144?utm_source=app&app_version=5.3.1&code=app_1562916241&uLinkId=usr1mkqgl919blen)
* ctrl + k + v 快速打開右側預覽(vscode)
* Ctrl + k + 0 折疊所有標題(vscode)
* ctrl + k + j 回復折疊(vscode)
* [/toc]制作目錄
* *傾斜*
* **加粗**Ctrl + b
* ***傾斜加粗***
* ~~下劃線~~
* 分級標題/#最多分六級
* 分割線
* ---
* ***
代碼塊
c
#include <cstdio.h>
int main()
{
print("hello,world!");
return 0;
}
一行中使用代碼,用一個代碼`hello world`
~~刪除線~~
==高亮==
<u>下劃線</u>
[表情包](https://www.webfx.com/tools/emoji-cheat-sheet/)
:smile::smiley::smirk::worried::expressionless::wink:
[插入圖片](http://www.rzrgm.cn/mfmdaoyou/p/7001398.html)
浙公網安備 33010602011771號