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 strikethrough markdown support #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

obask
Copy link
Collaborator

@obask obask commented Mar 21, 2024

Since it's inlined, the extension is added directly to the core module.

Since it's inlined, the extension is added directly to the core module.
@obask obask requested a review from rock3r March 21, 2024 06:41
Copy link
Collaborator

@rock3r rock3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR looks good, but I would prefer if we didn't have extensions bundled in the core module. I know it's a bit more work to fully support inline extensions, but the skeleton should already be there. Can you extract the strikethrough code to an extension-gfm-strikethrough module?

@@ -49,3 +50,5 @@ gradleEnterprise {
termsOfServiceAgree = "yes"
}
}
include("markdown:commonmark-extensions")
findProject(":markdown:commonmark-extensions")?.name = "commonmark-extensions"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this is added here. We don't have such a module in the project, as far as I can see

@rock3r rock3r added the feature New feature or request label Mar 30, 2024
@rock3r
Copy link
Collaborator

rock3r commented Apr 2, 2024

@obask this requires a rebase/cleanup after the latest changes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants