Skip to content
New issue

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

Ordered list nested in unordered list became unordered #601

Closed
5 of 11 tasks
xxwywzy opened this issue Feb 6, 2019 · 0 comments · Fixed by #602
Closed
5 of 11 tasks

Ordered list nested in unordered list became unordered #601

xxwywzy opened this issue Feb 6, 2019 · 0 comments · Fixed by #602

Comments

@xxwywzy
Copy link

xxwywzy commented Feb 6, 2019

I agree and want to create new issue


Expected behavior

when nesting an ordered list in an unordered list, the order number should perform correctly

- aaa
  1. bbb
  • aaa
    1. bbb

Actual behavior

the ordered list became unordered

- aaa
  1. bbb
  • aaa
    • bbb

Steps to reproduce the behavior

just type the following:

- aaa
  1. bbb

Node.js and NPM Information

v8.0.0
5.0.3

Package dependencies Information

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.5.0"
  },
  "dependencies": {
    "hexo": "^3.2.0",
    "hexo-deployer-git": "^0.3.1",
    "hexo-generator-archive": "^0.1.5",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-index": "^0.2.1",
    "hexo-generator-tag": "^0.2.0",
    "hexo-inject": "^1.0.0",
    "hexo-render-pug": "^2.0.0",
    "hexo-renderer-ejs": "^0.3.0",
    "hexo-renderer-pandoc": "^0.2.2",
    "hexo-renderer-stylus": "^0.3.1",
    "hexo-server": "^0.2.2"
  }
}

Hexo Information

Hexo version

hexo: 3.5.0
hexo-cli: 1.0.4
os: Darwin 18.2.0 darwin x64
http_parser: 2.7.0
node: 8.0.0
v8: 5.8.283.41
uv: 1.11.0
zlib: 1.2.11
ares: 1.10.1-DEV
modules: 57
openssl: 1.0.2k
icu: 59.1
unicode: 9.0
cldr: 31.0.1
tz: 2017b

NexT Information

NexT Version:

  • Latest Master branch
  • Latest Release version
  • Old version

NexT Scheme:

  • All schemes
  • Muse
  • Mist
  • Pisces
  • Gemini
@ivan-nginx ivan-nginx changed the title Ordered list nested in unordered list became unordered Ordered list nested in unordered list became unordered [solved] Mar 4, 2019
tongluyang pushed a commit to tongluyang/hexo-theme-next that referenced this issue Nov 19, 2019
@stevenjoezhang stevenjoezhang changed the title Ordered list nested in unordered list became unordered [solved] Ordered list nested in unordered list became unordered Mar 7, 2020
wens07 pushed a commit to wens07/hexo-theme-next that referenced this issue May 8, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants