Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 15:49:01 +08:00
parent 643eb82009
commit 87b9ace99f
4 changed files with 14 additions and 2 deletions

View File

@@ -74,3 +74,13 @@ Markdown还有表格的语法
| d | e | f |
| | | |
| g | h | i |
## 预览Markdown
VSCode有一个内置的Markdown预览功能。你可以在编辑Markdown文件的时候按下`Ctrl + Shift + V`Mac上是`Cmd + Shift + V`)来打开预览窗口。这样你就可以一边编辑,一边看到最终的效果了。
或者,你也可以在右上角找到这个图标: (你可能需要先按一下`Ctrl + Shift + P`输入“Markdown: Open Preview to the Side”然后按回车这样这个图标才会出现)
(不要忘记,你需要进入预览模式才能看到图片)
![Markdown预览图标](./images/markdown-preview.png)
单击它既可以在单独的窗口预览这个Markdown文件了。