forked from Wavyzz/dolibarr
Merge branch 'develop' into toomanylines
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
* @param string $replaceimagepath Replace path to image with another path. Exemple: ('doc/'=>'xxx/aaa/')
|
||||
* @return string Parsed content
|
||||
*/
|
||||
function dolMd2Html($content, $parser='parsedown',$replaceimagepath=null)
|
||||
function dolMd2Html($content, $parser = 'parsedown', $replaceimagepath = null)
|
||||
{
|
||||
if (is_array($replaceimagepath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user