mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
A bug in table parsing in v0.24 #442
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @belgaard on GitHub (Mar 24, 2021).
A found an issue when I upgraded to v0.24 - v0.23 works fine. I parse MarkDown files and look for tables. In some cases, the parser missed the last table in a document. I narrowed it down to the following,
@xoofx commented on GitHub (Mar 24, 2021):
Might be related to #481 (cc: @generateui)
@generateui commented on GitHub (Mar 29, 2021):
I'll take a look.