mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 21:51:57 +00:00
[PR #760] Fix source span calculation for LineBreakInline #1216
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/760
State: closed
Merged: Yes
Fix the source span calculation of the last
LineBreakInlinein paragraph when multiple blocks exists.I have added the source span calculation for the last
LineBreakInlinein https://github.com/xoofx/markdig/pull/733, but the logic does not handle multiple blocks correctly. This corrects the logic.