Mimi

Results 399 comments of Mimi

See also https://github.com/theme-next/hexo-theme-next/issues/1529

Hexo needs to generate the toc after all the tag plugins have been rendered, as other tag plugins may also generate heading elements in them. For example: ``` ## Heading...

Source: https://github.com/hexojs/hexo/blob/860f1bfb77ef8306b7d3a39a4ff8481544a15360/lib/hexo/post.js#L232 https://github.com/hexojs/hexo-util/blob/master/lib/slugize.js

But, `permalink: :name.html` should work here. `name` will be replaced with filename without dirname and extname. `basename(slug)` may not match the expected behavior, need to check commit history.

See https://github.com/hexojs/hexo/pull/1247

``` npx c8 report --reporter=lcov --reporter=text ``` File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -----------------------------------|---------|----------|---------|---------|----------------------- All files | 99.54 |...

Is it possible to reproduce the bug with [email protected] ? I tested it in the local environment (macOS 10.15 & Node.js 12) and no bugs appeared. Thanks. See also https://github.com/ahonn/hexo-theme-even/issues/261