Skip to content

✨ feat(mq-markdown): convert HTML form elements to Markdown - #2201

Merged
harehare merged 1 commit into
mainfrom
feat/html-form-elements-to-markdown
Aug 14, 2026
Merged

✨ feat(mq-markdown): convert HTML form elements to Markdown#2201
harehare merged 1 commit into
mainfrom
feat/html-form-elements-to-markdown

Conversation

@harehare

Copy link
Copy Markdown
Owner

Summary

Add support for // (as a checklist), <textarea> (as a code block), /, and broaden handling to cover more types, a missing type attribute, and a placeholder fallback.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation
  • ⚡ Performance
  • ✅ Test
  • 📦 Build / dependencies
  • 👷 CI

Checklist

  • I ran cargo fmt and cargo clippy and addressed any warnings
  • I ran just test-all and all tests pass
  • I added or updated tests covering this change
  • I updated relevant documentation (/docs, crate README.md) if needed
  • I added a changelog entry if this is a user-facing change

Additional Context

Add support for <select>/<option>/<optgroup> (as a checklist), <textarea>
(as a code block), <fieldset>/<legend>, and broaden <input> handling to
cover more types, a missing type attribute, and a placeholder fallback.
@harehare
harehare merged commit 35e327c into main Aug 14, 2026
10 checks passed
@harehare
harehare deleted the feat/html-form-elements-to-markdown branch August 14, 2026 13:16
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.

1 participant