Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: allow strikethrough inside strong and em to follow gfm #3569

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Dec 28, 2024

Marked version: 15.0.4

Markdown flavor: GitHub Flavored Markdown

Description

Follow GFM for strikethrough inside strong or em with asterisks.

**~~a~~**b

current demo: **a**b

fixed demo: ab

Contributor

  • Test(s) exist to ensure functionality and minimize regression (if no tests added, list tests covering this PR); or,
  • no tests required for this PR.
  • If submitting new feature, it has been documented in the appropriate places.

Committer

In most cases, this should be a different person than the contributor.

Copy link

vercel bot commented Dec 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marked-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 28, 2024 8:23am

@UziTech UziTech marked this pull request as ready for review December 28, 2024 08:25
@UziTech UziTech merged commit 8a01658 into master Jan 2, 2025
8 checks passed
@UziTech UziTech deleted the strikethrough-ast branch January 2, 2025 15:34
github-actions bot pushed a commit that referenced this pull request Jan 2, 2025
## [15.0.5](v15.0.4...v15.0.5) (2025-01-02)

### Bug Fixes

* allow strikethrough inside strong and em to follow gfm ([#3569](#3569)) ([8a01658](8a01658))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants