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.

[Feature Request] Support for Task List Items

See original GitHub issue

Issue description

Support for Github task lists (aka check lists) as described at:

https://github.github.com/gfm/#task-list-items-extension-

Markdown to reproduce

- [x] foo
  - [ ] bar
  - [x] baz
- [ ] bim

Screenshot

<ul>
<li><input checked="" disabled="" type="checkbox"> foo
<ul>
<li><input disabled="" type="checkbox"> bar</li>
<li><input checked="" disabled="" type="checkbox"> baz</li>
</ul>
</li>
<li><input disabled="" type="checkbox"> bim</li>
</ul>

Environment

  • Notepad++ X.Y.Z (x86/x64)
  • MarkdownViewer++ X.Y.Z
  • Windows 7/8/10 (x86/x64)

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:16
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
neacommented, Sep 26, 2018

Hi @bblankrot

The problem is not Markdig but the HTMLRenderer, which does not support the format and rendering and is not actively developed anymore. The Markdig extension is actually enabled.

Sorry

1reaction
bblankrotcommented, Sep 26, 2018

This should be easy, since markdig already supports this: just using Markdig.Extensions.TaskLists and maybe an update to the newest version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Manage Feature Requests [Template included]
The best way to categorize feature requests is by considering how they change the functionality of the product. A feature request either fixes ......
Read more >
7 Useful Tips to Manage Feature Requests
Managing feature requests can be one of the most challenging aspects of the product manager's role. In this post, we'll show you how...
Read more >
How to Manage Product Feature Requests – 6 Best Practices
This article will outline what you need to know to collect feature requests from your users, prioritize those requests, and leverage them to...
Read more >
How to create the ultimate feature request list in Jira
The answer is a Feature Request project. This is a place that sits away from your backlog which is the home of all...
Read more >
Speed up development with a free feature request template
Get a free feature request template to help you gather product feedback throughout development for a fast and smooth process.
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