Skip to content

Feat: Add checkbox support to _CustomMarkdownify#1208

Merged
afourney merged 2 commits intomicrosoft:mainfrom
Meirna-kamal:feature/add-checkbox-support
Aug 26, 2025
Merged

Feat: Add checkbox support to _CustomMarkdownify#1208
afourney merged 2 commits intomicrosoft:mainfrom
Meirna-kamal:feature/add-checkbox-support

Conversation

@Meirna-kamal
Copy link
Contributor

Description

This PR adds support for rendering elements in Markdown using [x] or [ ] syntax.

Changes

  • Added convert_input() method to _CustomMarkdownify.
  • Checkbox elements are now represented as Markdown checkboxes.
Meirna Kamal and others added 2 commits April 24, 2025 22:38
This change introduces functionality to convert HTML checkbox input elements
(<input type=checkbox>) into Markdown checkbox syntax ([ ] or [x]).
@afourney afourney merged commit 8a9d8f1 into microsoft:main Aug 26, 2025
3 checks passed
azhao25 pushed a commit to azhao25/markitdown that referenced this pull request Oct 16, 2025
This change introduces functionality to convert HTML checkbox input elements
(<input type=checkbox>) into Markdown checkbox syntax ([ ] or [x]).
Co-authored-by: Meirna Kamal <meirna.kamal@vodafone.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants