为什么使用hexo写的代码不折行?
你想说的使用 hexo 编写的博客,你在博文里面写了代码,但是不换行吗?
可以看下 Markdown 的介绍
比如这样
def hello(): print('Hello World!')
1 回答1.3k 阅读
1 回答2.7k 阅读
1 回答1.2k 阅读
1 回答4.7k 阅读
3 回答6.1k 阅读
2 回答13.4k 阅读
你想说的使用 hexo 编写的博客,你在博文里面写了代码,但是不换行吗?
可以看下 Markdown 的介绍
比如这样