Skip to content

Latest commit

 

History

History

.docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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}