mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #47] Fixes issue where trailing text after an inline math block is both included in the math block and appended after the math block. #785
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/47
State: closed
Merged: Yes
I found an issue where inline math with trailing text both included the text inside the maths block and outside the maths block.
For example:
Should render as
But instead we get