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 tables in a list #1446

Merged
merged 2 commits into from Mar 12, 2019
Merged

Fix tables in a list #1446

merged 2 commits into from Mar 12, 2019

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Mar 11, 2019

Marked version: master

Markdown flavor: GitHub Flavored Markdown

Description

Fix tables in a list

demo

* Fixes indented tables like this:

  | column1 | column2 |
  |---------|---------|
  | value1  | value2  |
  | value3  | value4  |

Contributor

  • Test(s) exist to ensure functionality and minimize regression

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

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.

🎉

@UziTech UziTech merged commit e540b6a into markedjs:master Mar 12, 2019
@styfle styfle mentioned this pull request Mar 25, 2019
12 tasks
@UziTech UziTech deleted the list-table branch April 23, 2019 14:29
@541xxx 541xxx mentioned this pull request Jun 6, 2019
10 tasks
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indented tables are ignored
3 participants