mirror of
https://github.com/typemill/typemill.git
synced 2025-08-11 16:44:21 +02:00
Version 1.2.8 Image Management
This commit is contained in:
@@ -333,12 +333,12 @@ class ParsedownExtension extends \ParsedownExtra
|
||||
}
|
||||
|
||||
$block = trim($block, "\n");
|
||||
|
||||
|
||||
$cleanBlocks[] = $block;
|
||||
}
|
||||
return $cleanBlocks;
|
||||
}
|
||||
|
||||
|
||||
public function arrayBlocksToMarkdown(array $arrayBlocks)
|
||||
{
|
||||
$markdown = '';
|
||||
|
Reference in New Issue
Block a user