Markdown基操
pr一点markdown教程,学会用笔才能写好字,把文章写漂亮 本文pr来源 emoji:blush: 数学表达式 vscode里的markdown Markdown 语法速查表 Markdown 语法参考手册 / 速查表。 总览 此 Markdown 语法速查表提供了所有 Markdown 语法元素的快速参考。但是此速查表无法涵盖所有极限用法,因此,如果您需要某些语法元素的详细信息,请参阅我们的 基本语法 和 扩展语法 手册。 基本语法 这些是 John Gruber 的原始设计文档中列出的元素。所有 Markdown 应用程序都支持这些元素。 元素 Markdown 语法 标题(Heading) # H1## H2### H3 粗体(Bold) **bold text** 斜体(Italic) *italicized text* 引用块(Blockquote) > blockquote 有序列表(Ordered List) 1. First item2. Second item3. Third item 无序列表(Unordered...
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 Start Create a new post 1$ hexo new "My New Post" More info: Writing Run server 1$ hexo server More info: Server Generate static files 1$ hexo generate More info: Generating Deploy to remote sites 1$ hexo deploy More info: Deployment





