1
0
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:
Sebastian
2018-12-03 10:39:55 +01:00
parent d87fe9d0d9
commit 979ebebe1b
41 changed files with 1060 additions and 341 deletions

View File

@@ -333,12 +333,12 @@ class ParsedownExtension extends \ParsedownExtra
}
$block = trim($block, "\n");
$cleanBlocks[] = $block;
}
return $cleanBlocks;
}
public function arrayBlocksToMarkdown(array $arrayBlocks)
{
$markdown = '';