We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161266d commit 460c512Copy full SHA for 460c512
test/ConverterTestCase.php
@@ -486,7 +486,7 @@ public function providerFixBreaks()
486
$data['break1']['html'] = "<strong>Hello,<br>How are you doing?</strong>";
487
$data['break1']['md'] = "**Hello, \nHow are you doing?**";
488
$data['break2']['html'] = "<b>Hey,<br> How you're doing?</b><br><br><b>Sorry<br><br> You can't get through</b>";
489
- $data['break2']['md'] = "**Hey, \nHow you're doing?** \n \n**Sorry \n \nYou can't get through**";
+ $data['break2']['md'] = "**Hey, \nHow you're doing?** \n \n**Sorry \n \nYou can't get through**";
490
491
return $data;
492
}
0 commit comments