Contributte Latte-parsedown-extra
# Parsedown/Markdown
# Content
# Installation
composer require contributte/latte-parsedown-extra
1
# Configuration
extensions:
parsedown: Contributte\Parsedown\DI\ParsedownExtraExtension
parsedown:
# Default name is parsedown
helper: parsedown # Name of the helper in Latte
1
2
3
4
5
6
2
3
4
5
6
# Usage
{block|parsedown}
## Headline2
This is my text!
{/block}
1
2
3
4
5
6
7
2
3
4
5
6
7