HtmlInline
(and possibly other inlines) incorrect end line calculation
#501
Labels
HtmlInline
(and possibly other inlines) incorrect end line calculation
#501
It seems like the
sourcepos
calculation for inlines (at least forHtmlInline
) addsself.line_offset
to the end column, instead of the line offset for the end line.For example:
Gives a sourcepos of 1:9-3:9, while:
Also gives a sourcepos of 1:9-3:9.
The text was updated successfully, but these errors were encountered: