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
We can diff changed blocks by running commonmark with this parameter .includeSourceSpans(IncludeSourceSpans.BLOCKS) and then finding the first and the last unchanged fragment of a string. Then run commonmark on items in between and replace these blocks in the Document's children list.
The text was updated successfully, but these errors were encountered:
We can diff changed blocks by running commonmark with this parameter
.includeSourceSpans(IncludeSourceSpans.BLOCKS)
and then finding the first and the last unchanged fragment of a string. Then run commonmark on items in between and replace these blocks in the Document's children list.The text was updated successfully, but these errors were encountered: