Open NathanielJS1541 opened 4 months ago
Even after the last commit, the testa dded in #10 fails because the source file uses non-breaking spaces to separate the images in Challenge 96. These have the character code 0xa0
, and as far as I can tell there isn't a nice MarkDown equivelant. For now I think I'll just replace them all with normal spaces.
Currently, tags like
<b>
and<i>
are not replaced with MarkDown syntax, and as a result are lost. This results in the test added in #10 to fail, despite #1 being fixed.