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

Em Strong fixes #2075

Merged
merged 1 commit into from Jun 1, 2021
Merged

Conversation

calculuschild
Copy link
Contributor

@calculuschild calculuschild commented May 30, 2021

Marked version: 2.0.6

Markdown flavor: CommonMark

Description

Small tweaks to the emStrong rules and simplifying the Tokenizer. There were a couple of overly-specific checks that were breaking certain edge cases. Turns out those checks didn't need to be there at all and it's probably slightly faster now.

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.

@vercel
Copy link

vercel bot commented May 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/markedjs/markedjs/6GBysefZLXfBszj34GicRdBmy49a
✅ Preview: https://markedjs-git-fork-calculuschild-fixemstrongnewlines-markedjs.vercel.app

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

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

Thanks!

@styfle styfle merged commit 825a9f8 into markedjs:master Jun 1, 2021
github-actions bot pushed a commit that referenced this pull request Jun 1, 2021
## [2.0.7](v2.0.6...v2.0.7) (2021-06-01)

### Bug Fixes

* em strong ([#2075](#2075)) ([825a9f8](825a9f8))
@github-actions
Copy link

github-actions bot commented Jun 1, 2021

🎉 This PR is included in version 2.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Markdown mixed bold / italic parsed incorrectly
3 participants