Skip to content

fix: don't transform textarea with checkboxes into array#91

Open
jamacku wants to merge 1 commit intostefanbuck:mainfrom
jamacku:list-parsing
Open

fix: don't transform textarea with checkboxes into array#91
jamacku wants to merge 1 commit intostefanbuck:mainfrom
jamacku:list-parsing

Conversation

@jamacku
Copy link
Copy Markdown
Contributor

@jamacku jamacku commented Sep 26, 2025

Allow the use of checkboxes in a textarea and transform the section into an array only when the section starts with a checkbox.

This doesn't cover the case when the textarea starts with a checkbox followed by text.

Fixes: #90

@gr2m
Copy link
Copy Markdown
Collaborator

gr2m commented Apr 22, 2026

can you check if the problem persists with the latest version?

I would like us to make the implementation more resilient before merging, and we need to update to ESM. I can help

Allow the use of checkboxes in a textarea and transform the section into an array only when the section starts with a checkbox.
This doesn't cover the case when the textarea starts with a checkbox followed by text.
@jamacku
Copy link
Copy Markdown
Contributor Author

jamacku commented Apr 23, 2026

@gr2m I have checked and it is still an issue with the latest version. Also I have rebased the PR, PTAL.

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.

Text area incorrectly being converted to array/list

2 participants