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

Conversation

MaximBobylev
Copy link

@MaximBobylev MaximBobylev commented Dec 29, 2021

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

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
@k00ni
Copy link

k00ni commented Jan 28, 2022

Any update here? @erusev

@BenjaminHoegh
Copy link

@erusev This issue is also present in the current state of the 2.0 version of Parsedown

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.

None yet

3 participants