Skip to content
New issue

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

fix checkboxhandling with nested checkboxes #22

Merged
merged 7 commits into from
Nov 22, 2023

Conversation

Chaosmeister
Copy link
Collaborator

@Chaosmeister Chaosmeister commented Oct 24, 2023

fixes #21

checkboxes are now numbered after markdown parsing.
this allows predictable & consistent server-side numbering.

find checkboxes and their offsets more reliably
add test markdown
add comments for future expansion

nummerize checkboxes from top to bottom - the markdown integrated way was dependend on nesting
it checks agains an external DTD that will ratelimit too many requests.
LoadHTML() itself already does everything we need
add more output to help solving the problem
revert adding "frame" to void-elements
@Chaosmeister Chaosmeister merged commit 6314f1b into creecros:master Nov 22, 2023
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.

Checkbox inconsistent behaviour
1 participant