Skip to content

Conversation

Hasan-75
Copy link
Contributor

@Hasan-75 Hasan-75 commented Oct 2, 2025

This resolves issue #404 (Add support for "Github Flavored Markdown Task Lists")

Example:
HTML:

<ul>
  <li><input type="checkbox" checked> Complete the project report</li>
  <li><input type="checkbox"> Submit the report</li>
  <li>This is a regular list item</li>
</ul>

Converted Markdown:

- [x] Complete the project report
- [ ] Submit the report
- This is a regular list item

Markdown Preview:

  • Complete the project report
  • Submit the report
  • This is a regular list item

@Hasan-75
Copy link
Contributor Author

Hasan-75 commented Oct 2, 2025

@mysticmind , I've opened a PR for this issue (#405).
Please take a look when you have a chance. Thanks!

@mysticmind
Copy link
Owner

Acknowledge your PR, will take a look and pull it in.

@mysticmind mysticmind added this to the 5.0.0 milestone Oct 3, 2025
@mysticmind mysticmind merged commit b39a755 into mysticmind:master Oct 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants