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 GFM tables not breaking on block-level structures #1598

Merged
merged 5 commits into from
Mar 6, 2020

Commits on Feb 5, 2020

  1. Fix GFM tables not breaking on block-level structures

    Includes test cases for all block-level structures and some inline-level structures (which should still appear in the table)
    calculuschild committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    090d11e View commit details
    Browse the repository at this point in the history
  2. Removed console.log

    calculuschild authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    a794959 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Update src/rules.js

    Simplify `code` regex
    
    Co-Authored-By: Tony Brix <tony@brix.ninja>
    calculuschild and UziTech authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    30ca83b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Remove + on heading regex

    Unneeded + on regex heading detection after tables and paragraphs
    calculuschild authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ec38dd1 View commit details
    Browse the repository at this point in the history
  2. Update fences after tables regex

    Fences after tables fixed in line with PR markedjs#1600.
    calculuschild authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    5972e73 View commit details
    Browse the repository at this point in the history