Describe the bug
In marked demo page, with default github flavoured markdown. Bold formatting in single line not properly parsed.
To Reproduce
Steps to reproduce the behavior:
Here is recording of bug :
Bug Recording
I used this :
Marked Demo
Expected behavior
Input : "First letter bold",
Expected output : Only F, l and b should be bold in above sentence.
Actual output: "F*irst *letter bold",
your marked demo just points to the demo page without the code
here is the actual Marked Demo
here is the CommonMark Demo
I ran into this too, so here's a little more info from my testing:
The bug becomes apparent with any wrapped single character followed by another instance of the same markup (regardless of how many characters are wrapped). The bug will repeat if multiple pairs of markup occur in the same line, starting with the first wrapped single character encountered.
Examples:
*a* b *cd* d
*a* b *cd* d *e* f *g* h
*ad* b *c* d *e* f *g* h
As demonstrated, this also applies to italics and presumably any other markup processed in the same manner. I hope this helps!
This may be the same problem as #1297
Most helpful comment
your marked demo just points to the demo page without the code
here is the actual Marked Demo
here is the CommonMark Demo