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

Add reject-broken-links CLI option #807

Merged
merged 2 commits into from Jan 15, 2024

Conversation

PoignardAzur
Copy link
Contributor

@PoignardAzur PoignardAzur commented Jan 9, 2024

This also removes the "mem::forget at the end of the program" trick, both to simplify lifetime handling and because it's less applicable now that the
pulldown_cmark function might be called several times.

Fixes #788

This also removes the "mem::forget at the end of the program" trick,
both to simplify lifetime handling and because
it's less applicable now that the pulldown_cmark function might be called several times.
src/main.rs Show resolved Hide resolved
@Martin1887 Martin1887 merged commit a3c8c9c into pulldown-cmark:master Jan 15, 2024
1 check passed
@PoignardAzur
Copy link
Contributor Author

PoignardAzur commented Jan 15, 2024

Woohoo!! \o/

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.

CLI should have a --reject-broken-links option
2 participants