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 issue #746 #823

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix issue #746 #823

wants to merge 1 commit into from

Commits on Dec 29, 2021

  1. fix issue erusev#746

    The problem described in the the issue could be simplified to parsing error in case of the following table
    ```
    | header1 | header2 |
    | --- | --- |
    | \`\`\`a\`\`\` | \`\`\`b\`\`\` |
    ```
    Instead of parsing values A and B into separate columns, these values are being concatinated into first column. PR adds one alternative into column value regex, which provides correct parsing of triple backtics
    MaximBobylev committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    5258927 View commit details
    Browse the repository at this point in the history