Ordered task lists are not handled according to spec
See original GitHub issueDescription
Mark Text treats ordered task lists as mere ordered lists.
- Can you reproduce the issue?
Steps to reproduce
- create this md file
1. [x] Open the refrigerator 2. [ ] Put the elephant in 3. [ ] Close the refrigerator
- open the file in Mark Text
Expected behavior:
The list is rendered with check boxes for markers, as specified for GitHub Flavored Markdown. Here is a live example:
- Open the refrigerator
- Put the elephant in
- Close the refrigerator
Actual behavior:
The list is rendered as an ordered list with the source code for the task list item markers appearing in the body of the items, like this:
- [x] Open the refrigerator
- [ ] Put the elephant in
- [ ] Close the refrigerator
Versions
- Mark Text: 0.15.1
- Operating system: macOS 10.15.1 (Catalina)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
3 Managing Tasks and Orders - Oracle Help Center
Tasks and orders are managed through the Worklist. The Worklist page displays a list ... These states are not displayed in the Worklist...
Read more >^Sharing To-Do Lists with a Distributed Task Manager
Abstract: We describe a simple and powerful tool for the management of distributed work: the Task Manager. Common tasks may be shared and...
Read more >Sorting and ordering issue lists - GitLab Docs
When you sort by Due date, the issue list changes to sort ascending by the issue due date. Issues with the earliest due...
Read more >task Construct - OpenMP
SummaryThe task construct defines an explicit task. ... in the context outside of the task construct, and no ordering of those evaluations is...
Read more >10 common problems with order picking...and how to solve them
We've looked back on our experiences visiting warehouses and put together a list of the most common problems we've noticed at the order...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is no difference in how GitHub displays them. See:
Ordered
Unordered
Thank you for clarifying that. I didn’t understand. An unordered task list loaded from a file is properly handled in Mark Text 0.15.1, as far as I can tell.