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

Upgrade CommonMark to 0.24.0, implement strikethrough extension #748

Draft
wants to merge 2 commits into
base: markdown-tables
Choose a base branch
from

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Jan 15, 2025

This includes a bunch of changes to the Markdown inline APIs to better align with CommonMark and our actual needs; a clean-up of the previous half-hearted attempt at supporting custom inline nodes (it did not and could never have worked in the way it was implemented), and some misc tweaks and cleanup.

image

This includes a bunch of changes to the Markdown inline APIs to better
align with CommonMark and our actual needs; a clean-up of the previous
half-hearted attempt at supporting custom inline nodes (it did not and
could never have worked in the way it was implemented), and some misc
tweaks and cleanup.
@rock3r rock3r added feature New feature or request api Changes related to the public API markdown This issue impacts the Markdown rendering subsystem labels Jan 15, 2025
@rock3r rock3r requested a review from hamen January 15, 2025 17:11
@rock3r rock3r self-assigned this Jan 15, 2025
@rock3r rock3r linked an issue Jan 16, 2025 that may be closed by this pull request
@rock3r
Copy link
Collaborator Author

rock3r commented Jan 16, 2025

Supercedes #325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes related to the public API feature New feature or request markdown This issue impacts the Markdown rendering subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for strikethrough text in Markdown
1 participant