hexo-renderer-markdown-it-plus icon indicating copy to clipboard operation
hexo-renderer-markdown-it-plus copied to clipboard

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.

Results 12 hexo-renderer-markdown-it-plus issues
Sort by recently updated
recently updated
newest added

Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated. Please use highlight(code, options) instead. https://github.com/highlightjs/highlight.js/issues/2277

- I am using [@upupming/hexo-renderer-markdown-it-plus](https://github.com/upupming/hexo-renderer-markdown-it-plus) for my hexo blog - I can't find the issue button in his forked repository, so I write an issue here - I don't know...

比如说 $$ {n \brace m} $$ 会被直接显示. 该如何解决呢? 谢谢!

博客中有一个公式是这样的: $$ \begin{aligned} X_R &= (\lambda^2 - X_P - X_Q) \mod P \\ \\ Y_R &= (\lambda(X_P - X_R)-Y_P) \mod P \\ \\ \lambda &= \frac{Y_Q-Y_P}{X_Q-X_P} \mod P \\ \end{aligned}...

按照 README 文件中的方法安装插件之后,无法渲染公式。比如这个 https://xiang578.com/2018/10/01/math-test/ 页面,查看网页源代码,已经将 katex 的文件导入了。 _config.yml 的相关配置如下: ``` markdown_it_plus: highlight: true html: true xhtmlOut: true breaks: true langPrefix: linkify: true typographer: quotes: “”‘’ plugins: - plugin: name: markdown-it-katex...

It says that > Otherwise, if you want to use katex, you must add this css style to your website: https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css This is really confusing? Should I create a new...

无法同时使用prism的高亮和markdown-it-plus

我发现如果 ~~del~~在段落中出现(即它的前后都有句子),会出现渲染失败,如图 ![](http://ww1.sinaimg.cn/large/007dh5vlly1g4pz1b2fodj30t3022jsz.jpg)

之前都是使用的 div 进行居中文本,中间使用 md 进行超链接 ``` [开发者](http://o1xhack.com/dev/) | [尝新者](http://o1xhack.com/new/) | [生活者](http://o1xhack.com/life/) ``` 现在居中里的 md 超链接全部失败,直接显示原文本

I want use this plugin [ markdown-it-container](https://github.com/markdown-it/) API of that plugin is `var md = require('markdown-it')() .use(require('markdown-it-container'), name [, options]);` I want pass multi-value name to this plugin, how i...