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: trim newline from blockquote token.text #3037

Merged
merged 1 commit into from Oct 13, 2023

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Oct 13, 2023

Marked version: 9.1.1

Description

Trim newline from blockquote token.text

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 Oct 13, 2023

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 Oct 13, 2023 3:14am

@UziTech UziTech merged commit 92033e5 into markedjs:master Oct 13, 2023
12 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 13, 2023
## [9.1.2](v9.1.1...v9.1.2) (2023-10-13)

### Bug Fixes

* trim newline from blockquote token.text ([#3037](#3037)) ([92033e5](92033e5))
@UziTech UziTech deleted the bq-text branch November 29, 2023 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the result of lex a markdown text, which contains blockquote, contains a \n
2 participants