Closed ChristianMurphy closed 3 years ago
related to #19 but the sensitivity to a number in the protocol makes me think it may have a different root cause.
The result from <www2:example\\>
can now be roundtripped, so seems to be a duplicate. Not sure what you saw that lead to the conclusion that it was number related?
Subject of the issue
is stringified as:
which changes the structure
Your environment
Steps to reproduce
parse
which has the structure
and stringify it:
the resulting markdown has a different structure than the original
:notebook: comparing how the two pieces of markdown text are being parsed with https://spec.commonmark.org/dingus it appears in both cases it is parsed as expected.
Expected behavior
structure is the same
Actual behavior
structure is different