Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Fix multiple markdown table issues. #2

Merged
merged 1 commit into from
Aug 28, 2019

Conversation

NikolasKomonen
Copy link

@NikolasKomonen NikolasKomonen commented Aug 23, 2019

This is a draft, I need to go through and fix the formatting issues.

  1. In the case of a second header declared in the body of a table, it will be treated as a regular row with data

  2. If the '' tag is missing, then a '' tag is considered a row, even if it is the first row.
    This pr will now ignore the '' tag and parse the actual rows individually checking if it is
    a header or something else.

    1) In the case of a second header declared in the body of a table, it will be treated as a regular row with data

    2) If the '<thead>' tag is missing, then a '<th>' tag is considered a row, even if it is the first row.
       This pr will now ignore the '<tbody>' tag and parse the actual rows individually checking if it is
       a header or something else.

Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
@NikolasKomonen NikolasKomonen marked this pull request as ready for review August 26, 2019 13:31
@kotcrab
Copy link
Owner

kotcrab commented Aug 27, 2019

Looks good, I'll try to merge and release tomorrow but might take more time.

@kotcrab kotcrab merged commit 7c510eb into kotcrab:master Aug 28, 2019
@kotcrab
Copy link
Owner

kotcrab commented Aug 28, 2019

1.2.0 released 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants