[Feature Request] Support for Task List Items
See original GitHub issueIssue 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:
- Created 5 years ago
- Reactions:16
- Comments:8 (2 by maintainers)
Top 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 >
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

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
This should be easy, since markdig already supports this: just
using Markdig.Extensions.TaskListsand maybe an update to the newest version.