Mimi

Results 399 comments of Mimi

I made a rendering plugin based on `dart-sass`: https://github.com/next-theme/hexo-renderer-ruby-sass Compared with stylus, scss still has some shortcomings, for example, it does not support `@import` under the `@if` statement.

It's not supported by marked: [demo](https://marked.js.org/demo/?text=%3Cdiv%20class%3D%22space-around%22%20style%3D%22text-align%3A%20center%22%3E%0A!%5BOSI-like%20layered%20model%20for%20identity%5D(%2Fimages%2Fidentity-privacy-edge%2Fidentity-layers.png)%0A%3C%2Fdiv%3E&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22extensions%22%3A%20null%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22tokenizer%22%3A%20null%2C%0A%20%22walkTokens%22%3A%20null%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=4.0.12)

https://github.com/markedjs/marked/issues/595 closed.

If I understand correctly, this file needs to be modified: https://github.com/hexojs/hexo-starter/blob/master/scaffolds/post.md I'm not sure how much this will help beginners with Hexo. YAML syntax errors caused by missing spaces can...

GitHub hides the marker of task list using CSS: ```css .task-list-item { list-style-type: none; } ```

可以安装插件: https://github.com/next-theme/hexo-filter-mathjax

I can't reproduce this issue, could you provide the complete call stack of the error?

However, it is commemorative to record the date of the hello world article (it is also the creation time of the blog site). Maybe we can design a special `hexo...

`Object.fromEntries` is supported since Node.js 12 The error message indicates that you're using Node.js 10 or lower, which are End-of-Life See https://github.com/nodejs/Release

You only need to choose one between hexo-renderer-markdown-it and hexo-renderer-kramed. They are both markdown renderers.