We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no means of creating an incomplete/indeterminate checkbox.
Because indeterminate can't be generated with straight html, it might not be feasible.
Documentation around Indeterminate Checkboxes
Ideally, the Markdown side might be represented as [-], then after the HTML is rendered, using JS for post-processing into indeterminate.
[-]
The text was updated successfully, but these errors were encountered:
This will likely never be available because of this W3C thread. And this library prepares HTML, and does not directly modify the UI.
Because indeterminate can't be defined as an HTML attribute, any rendered HTML would exclude any indeterminate nature.
indeterminate
Sorry, something went wrong.
#10 (comment)
@shmolf, are you aware of whatwg/html#6578 (comment)? marktext/marktext#2819 (comment) is also potentially useful, since it references a GitLab implementation (so that you can start using industry-standard syntax in your documents until this is implemented).
No branches or pull requests
There's no means of creating an incomplete/indeterminate checkbox.
Because indeterminate can't be generated with straight html, it might not be feasible.
Documentation around Indeterminate Checkboxes
Ideally, the Markdown side might be represented as
[-]
, then after the HTML is rendered, using JS for post-processing into indeterminate.The text was updated successfully, but these errors were encountered: