Smaritian
VScode MarkDown使用
VScode MarkDown使用
Created
2025-03-19
|
Updated
2025-03-25
|
Post Views:
工具网站
MarkDown教程
MarkDown表格生成
基本语法
表格语法,需打开渲染插件中 enableExtendedTableSyntax 设置
Author:
Smaritian
Link:
http://example.com/2025/03/19/MarkDown/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
markdown
Previous
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
Next
HTML
初识HTMLHTML(HyperText Markup Language,超文本标记语言),前端三剑客之一。查询文档:www.w3school.com.cn 常见标签1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162<h1>标题</h1> <p>段落</p><!-- 布局用标签 --><div>独占一行,可指定宽高</div><span>行内元素,不可指定宽高,由内容决定</span><!-- 图片 --><img src="url" alt="描述信息"><!-- 视频 --><video src="url" controls="播放控件"><!-- 音频...
Smaritian
Articles
14
Tags
8
Categories
0
Follow Me
Announcement
This is my Blog
Contents
1.
工具网站
2.
基本语法
Recent Posts
Untitled
2025-04-10
Untitled
2025-04-10
Untitled
2025-04-10
Untitled
2025-04-09
Untitled
2025-04-09