mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Enable #hashtag support via setting
This commit is contained in:

committed by
Aidan Woods

parent
8a90586218
commit
d0279cdd3b
1
test/ParsedownTest.php
Normal file → Executable file
1
test/ParsedownTest.php
Normal file → Executable file
@ -32,6 +32,7 @@ class ParsedownTest extends TestCase
|
||||
protected function initParsedown()
|
||||
{
|
||||
$Parsedown = new TestParsedown();
|
||||
$Parsedown->setHastagsEnabled(true);
|
||||
|
||||
return $Parsedown;
|
||||
}
|
||||
|
Reference in New Issue
Block a user