Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 533 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 533 Bytes

Parsedown/Markdown

Content

Installation

composer require contributte/latte-parsedown-extra

Configuration

extensions:
	parsedown: Contributte\Parsedown\DI\ParsedownExtraExtension

parsedown:
	# Default name is parsedown
	helper: parsedown # Name of the helper in Latte

Usage

{block|parsedown}
# Headline

## Headline2

This is my text!

{/block}