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
{{ message }}
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.
Because the content of monospaced text is only defined by a range of indices.
The correct behavior should give:
Hello World
This could probably be fixed by making monospaced text hold an array of ranges and populating that array by looking at .start and .end delimiters in the delimiter array.
The text was updated successfully, but these errors were encountered:
This:
will give:
Because the content of monospaced text is only defined by a range of indices.
The correct behavior should give:
This could probably be fixed by making monospaced text hold an array of ranges and populating that array by looking at
.start
and.end
delimiters in the delimiter array.The text was updated successfully, but these errors were encountered: