We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开启前: 开启后: 文章内容示例,用<!--more-->截取摘要:
<!--more-->
![](https://portablehexo.bitmoe.cn/hexopp/hexop.png) >**本版本仅适用于Win环境** >本文关键字: **Hexo绿色版**,**Hexo便携版**,**Hexo配置**,**Hexo**,**U盘** <!--more--> [Hexo](https://hexo.io/)是一个快速、简洁且高效的博客框架,支持 GitHub Flavored Markdown 的所有功能;具有超快生成速度,让上百个页面在几秒内瞬间完成渲染;还拥有各式各样的插件等等。 但是就像很多教程里面写的那样,搭建 Hexo 本地环境,需要安装 Node.js、Git 以及使用 npm 进行安装和配置。这对于毫无经验的新手来说,是一个很大的挑战。同时,由于这些环境的存在,导致如果需要更换计算机的时候,重新安装配置一个新的Hexo环境,又得花费一些功夫。 所以呢,锵锵,我们整合了一个 Hexo 便携版,来简化本地环境的部署。
The text was updated successfully, but these errors were encountered:
确实你不提我都没注意……摘要处理是为了不在feed和自动截断时暴露源码,但我忘了带上Markdown和AutoP解析,AudioPlayer和GHbutton也存在这个疏漏,下个版本我再统一更新。 你现在可以在Plugin.php第397行前加上一句 $text = $widget->isMarkdown ? $widget->markdown($text) : $widget->autoP($text); 解决它。
$text = $widget->isMarkdown ? $widget->markdown($text) : $widget->autoP($text);
Sorry, something went wrong.
我后面直接用js版的,插入js代码。这个能修复一下也是极好的。谢谢回复。
@jzwalk 找了半天终于解决这问题了,Thank you!
No branches or pull requests
开启前:
开启后:
文章内容示例,用
<!--more-->
截取摘要:The text was updated successfully, but these errors were encountered: