Closed futuremotiondev closed 2 weeks ago
Also, a followup. If you insert an HR
between the lists like so:
## Lorem ipsum dolor sit amet
- [ ] Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- [ ] Ut fringilla neque efficitur imperdiet luctus.
- [ ] Donec id magna ac nisi iaculis gravida sit amet non orci.
- [ ] Praesent semper massa vel elit dapibus mollis.
- [ ] Proin sit amet massa mollis, convallis ipsum et, vulputate metus.
---
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Ut fringilla neque efficitur imperdiet luctus.
- Donec id magna ac nisi iaculis gravida sit amet non orci.
- Praesent semper massa vel elit dapibus mollis.
- Proin sit amet massa mollis, convallis ipsum et, vulputate metus.
It renders correctly:
This is a known limitation of Joplin (see https://github.com/laurent22/joplin/issues/6423#issuecomment-1100917535).
Looks like nirzaf just submitted a PR fixing this... awesome! Hopefully it gets merged.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, feel free to create a new issue with up-to-date information.
Operating system
Windows
Joplin version
3.1.8 (prod, win32)
Desktop version info
Joplin 3.1.8 (prod, win32)
Client ID: 1bb78c52da5b4fe090823a3b13953af6 Sync Version: 3 Profile Version: 47 Keychain Supported: Yes
Revision: 55faab2
Backup: 1.4.2 Csv Import: 1.0.1 Favorites: 1.3.2 Headings 4 to 6: 1.0.1 Insert Date: 1.0.1 Paste Special: 1.1.2 Table Formatter Plugin: 1.2.1
Current behaviour
Also if inspected with devtools, you can see that Joplin is treating them both as a single checkbox list:
Expected behaviour
I expected Joplin to render the normal UL section with discs, and the checkbox UL section with check-boxes.
I have attached a zipped jex file that demonstrates the bug:
Broken List Rendering.zip
This is a fairly big rendering and parsing error, hopefully you can reproduce and fix. If you need any help with reproducing the bug I am here and will do my best.
Logs
No response