Markdown学习记录
Markdown是一种轻量级标记语言,排版语法简洁,让人们更多地关注内容本身而非排版。
什么是MardownMarkdown文档可以利用少量文本实现简易的文字排版效果,让人们更专注于写作,而非排版,
Markdown文档后缀名为:文章.markdown ,通常简写为: 文章.md
Markdown文档的优劣势:
相比txt文本文档,多了排版功能,随笔写的文章更美观了
Markdown文档会被解析为HTML代码运行,减少码字量,专注写作。
Markdown文档移植性较强,可以上传如CSDN - 专业开发者社区,知乎,个人博客等,而不用重新在各大平台重新编辑文章。 注:平台有自己的编辑器规范,上传的Markdown文档会有细微差异
数学公式支持较少,可能还需要额外下载扩展关于Markdown写数学公式可参照MarkDown数学公式
Markdown文档远不如微软office排版美观,毕竟术式有专攻
Markdown 语法懒癌犯了,大家去看官方文档吧,简单明了,学习成本约半小时。
Markdown 官方教程(https://markdown.com.cn/)
个人搭建博客记录
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
个人搭建博客记录二
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
个人搭建博客记录
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