mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Span.Start is incorrect with text using CR instead of CRLF #342
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 @NeomMob on GitHub (Feb 4, 2020).
Hello,
I am using
UsePreciseSourceLocationto get accurate positions in the source text. While it works fine with text having standard Windows line endings (CRLF), offsets are incorrect when using a text coming from a Mac (CRline ending).Any idea how I could fix that issue?