Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

EmmetZC
Copy link
Contributor

@EmmetZC EmmetZC commented Nov 22, 2021

Uses table pattern to interrupt paragraph. So an empty line won't be required for GFM tables.
Test cases added for this change.

Marked version: 4.0.4

Markdown flavor: GitHub Flavored Markdown

Description

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 Nov 22, 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/3jZ6Pe17jPQAYApsgYCY8szu17ZJ
βœ… Preview: https://markedjs-git-fork-emmetzc-fix-gfmtablenewline-markedjs.vercel.app

Copy link
Member

@UziTech UziTech left a comment

Choose a reason for hiding this comment

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

πŸ’―

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!

@UziTech UziTech merged commit 5714212 into markedjs:master Nov 25, 2021
github-actions bot pushed a commit that referenced this pull request Nov 25, 2021
## [4.0.5](v4.0.4...v4.0.5) (2021-11-25)

### Bug Fixes

* table after paragraph without blank line ([#2298](#2298)) ([5714212](5714212))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 4.0.5 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

@EmmetZC EmmetZC deleted the fix/gfm_table_newline branch November 25, 2021 02:04
vikunja-bot pushed a commit to go-vikunja/frontend that referenced this pull request Nov 25, 2021
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [marked](https://marked.js.org) ([source](https://github.com/markedjs/marked)) | dependencies | patch | [`4.0.4` -> `4.0.5`](https://renovatebot.com/diffs/npm/marked/4.0.4/4.0.5) |

---

### Release Notes

<details>
<summary>markedjs/marked</summary>

### [`v4.0.5`](https://github.com/markedjs/marked/releases/v4.0.5)

[Compare Source](markedjs/marked@v4.0.4...v4.0.5)

##### Bug Fixes

-   table after paragraph without blank line ([#&#8203;2298](markedjs/marked#2298)) ([5714212](markedjs/marked@5714212))

</details>

---

### Configuration

πŸ“… **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1085
Co-authored-by: renovate <[email protected]>
Co-committed-by: renovate <[email protected]>
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.

Gfm Tables Incorrectly Require Newlines Before Table
3 participants