question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ordered task lists are not handled according to spec

See original GitHub issue

Description

Mark Text treats ordered task lists as mere ordered lists.

  • Can you reproduce the issue?

Steps to reproduce

  1. create this md file
    1. [x] Open the refrigerator
    2. [ ] Put the elephant in
    3. [ ] Close the refrigerator
    
  2. 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:

  1. Open the refrigerator
  2. Put the elephant in
  3. 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:

  1.  [x] Open the refrigerator
  2.  [ ] Put the elephant in
  3.  [ ] Close the refrigerator

Versions

  • Mark Text: 0.15.1
  • Operating system: macOS 10.15.1 (Catalina)

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DanEblecommented, Nov 12, 2019

There is no difference in how GitHub displays them. See:

Ordered

  1. foo
  2. bar

Unordered

  • foo
  • bar
0reactions
DanEblecommented, Nov 12, 2019

Hey! Just notifying you that I think Jocs was asking that if by following your steps, unordered tasklists can lead to this bug too?

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found