You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
My apologizes if this is an issue with how I am utilizing the script but I read through the docs/issues and couldn't find any indication I was doing anything wrong. Obviously running the most up to date version of parsedown....my code :
$system = new \Parsedown();
$system->setBreaksEnabled(true);
$system->setSafeMode(true);
echo $system->line($data);
$data content is as follows
Lorem ipsum dolor sit amet, consectetur **adipiscing** elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
* trdt
* teadf
* adsfddf
output from line() is as follows :
however if I use text() it works properly but I don't want the p tags
I appreciate any help you can provide.
The text was updated successfully, but these errors were encountered:
Hello everyone,
My apologizes if this is an issue with how I am utilizing the script but I read through the docs/issues and couldn't find any indication I was doing anything wrong. Obviously running the most up to date version of parsedown....my code :
$data content is as follows
output from line() is as follows :
however if I use text() it works properly but I don't want the p tags
I appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: