mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Use ->toHtml over ->text
This commit is contained in:
@@ -50,7 +50,7 @@ class CommonMarkTestStrict extends TestCase
|
||||
*/
|
||||
public function testExample($_, $__, $markdown, $expectedHtml)
|
||||
{
|
||||
$actualHtml = $this->Parsedown->text($markdown);
|
||||
$actualHtml = $this->Parsedown->toHtml($markdown);
|
||||
$this->assertEquals($expectedHtml, $actualHtml);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user