Skip to content

fix: trim newline from blockquote token.text#3037

Merged
UziTech merged 1 commit intomarkedjs:masterfrom
UziTech:bq-text
Oct 13, 2023
Merged

fix: trim newline from blockquote token.text#3037
UziTech merged 1 commit intomarkedjs:masterfrom
UziTech:bq-text

Conversation

@UziTech
Copy link
Copy Markdown
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
Copy Markdown

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
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