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

RstDocument not respecting numbered lists with embedded sub-lists #6983

Open
stevewells20 opened this issue Jul 9, 2020 · 0 comments
Open
Labels
Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended

Comments

@stevewells20
Copy link
Contributor

stevewells20 commented Jul 9, 2020

Software Versions

  • Python: 3.6
  • OS: Ubuntu 18.04 LTS
  • Kivy: 1.11.1
  • docutils: 0.16
  • Kivy installation method: Pycharm/pip installation

Describe the bug
RstDocument renders numbered lists that include sub-lists as all starting with "1", even when explicitly numbered (1), (2), ...

'''
Heading
***********

(1) Expected 1

  - Here

(2) Expected 2

  - Here

(3) Expected 3

  - Here

(4) Expected 4
'''

Expected behavior
I expect the above to render as:

Screenshot from 2020-07-09 15-05-57

Actual behavior
Screenshot from 2020-07-09 14-33-57

@Julian-O Julian-O added Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants