You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce the problem (provide example Markdown if applicable):
some text http://www.github.com and more text
Expected behavior:
When the parser is created with .includeSourceSpans(IncludeSourceSpans.BLOCKS_AND_INLINES) I'd expect all nodes to have source spans. In the above example, only the Paragraph node does.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem (provide example Markdown if applicable):
Expected behavior:
When the parser is created with
.includeSourceSpans(IncludeSourceSpans.BLOCKS_AND_INLINES)
I'd expect all nodes to have source spans. In the above example, only the Paragraph node does.The text was updated successfully, but these errors were encountered: