Markdown基本术语
MARKDOWN基本术语1~6级标题写法基本:shift + # * 1~6 快捷键:ctrl+1~6(“+0回到正常文本“) 换行shift+enter 1行(“如正文之间间距”)enter 2行(“段与段之间”) 分割线不建议用*因为会自动补全 ==建议==用3个”-“ + enter字体显示粗体 2* * eg**.这是粗体**删除 2~~ eg. 这是删除线斜体 1* eg.这是斜体****高亮 2== eg.==这是高亮==下划线 这是下划线 ==注意== 直接打12345(“*不会显示”)需输入\ * (“中间无空格”)则打出效果为1*2*3*4*5 ==上标== x^2^ x ^ 2 ^ ==下标== H2O H ~ 2 ~ 0 无序列表 ==way:== ” * +空...
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