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

Fix strong tag #1400

Merged
merged 1 commit into from Dec 20, 2018
Merged

Fix strong tag #1400

merged 1 commit into from Dec 20, 2018

Conversation

mccraveiro
Copy link
Contributor

@mccraveiro mccraveiro commented Dec 20, 2018

Marked version: master branch

Markdown flavor: CommonMark

Description

Input

foo _____

Expectation

<p>foo _____</p>

Result

<p>foo <strong>_</strong></p>

What was attempted

Not matching the strong tag when the same character is the content

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.

  • Draft GitHub release notes have been updated.
  • CI is green (no forced merge required).
  • Merge PR

@mccraveiro mccraveiro changed the title Strong tag Fix strong tag Dec 20, 2018
.travis.yml Outdated Show resolved Hide resolved
@UziTech UziTech merged commit 7e1088f into markedjs:master Dec 20, 2018
@mccraveiro mccraveiro deleted the strong-tag branch December 21, 2018 01:10
This was referenced Apr 21, 2020
zhenalexfan pushed a commit to zhenalexfan/MarkdownHan that referenced this pull request Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants