github-issue-parser
github-issue-parser copied to clipboard
fix: don't transform textarea with checkboxes into array
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