Skip to content

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 requested review from davisjam and joshbruce March 11, 2019 16:30
@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
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