Skip to content

Add support for "Github Flavored Markdown Task Lists"#405

Merged
mysticmind merged 3 commits into
mysticmind:masterfrom
Hasan-75:improvement/handle-gh-flavored-checklist
Oct 3, 2025
Merged

Add support for "Github Flavored Markdown Task Lists"#405
mysticmind merged 3 commits into
mysticmind:masterfrom
Hasan-75:improvement/handle-gh-flavored-checklist

Conversation

@Hasan-75

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

Copy link
Copy Markdown
Contributor

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

Hasan-75 commented Oct 2, 2025

Copy link
Copy Markdown
Contributor Author

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

@mysticmind

Copy link
Copy Markdown
Owner

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

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