Markdown语法
Markdown语法Markdown 是一种可以使用普通文本编辑器编写的标记语言,通过简单的标记语法,它可以使普通文本内容具有一定的格式。就我自己而言,在初次使用markdown后就情不自禁的爱上它。它真的十分好用!!!
下面直接上干货。
常用语法标题123456# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题
斜体1*斜体内容*
加粗1**加粗内容**
代码块1```语法名称 注 英文状态下键盘Esc键下面的键
下划线1---
引用1>内容
无序列表1-内容
有序列表12'数字' + '.' eg 1.
插入链接1[名称](链接)
插入图片1![名称](图片路径)
打勾的格子12'-' + '空格'+ '[' + '空格' + ']'+ '空格'eg - [ ] ...
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
多态
研究多态的概念