hexo-theme-unit-test
hexo-theme-unit-test copied to clipboard
fix: categories & tags tests.
- Fix categories and tags front matter .
- Fix nested lists. (4 spaces or tab, not 2 spaces.)
- Fix dl.(One dl tag with multi dt&dd tags are not rendered as intended.)
- Fix nested lists. (4 spaces or tab, not 2 spaces.)
Markdown supports 2 spaces indent. Just add extra 4 spaces and tab tests, leave 2 spaces ones as they are.
@SukkaW Not really. Some packages allows 2 spaces, but not marked
, which Hexo uses.
So the html is not correct if using 2 spaces, makes the tests no meaning, Because this beyond the responsibility of a theme, it's a renderer-issue.
categories and tags front matter is working, even without indentation
https://hexo-optimize.pages.dev/all/2013/12/24/categories/ https://hexo-optimize.pages.dev/all/2013/12/24/tags/
TOC in markdown.md
is also broken, because of https://github.com/hexojs/hexo/issues/2137
Need to fix it somehow.