bancek / lektor-markdown-excerpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lektor-markdown-excerpt

This plugin adds filter for Markdown body excerpt.

Enabling the Plugin

To enable the plugin run this command:

$ lektor plugins add markdown-excerpt

In Templates

Plugin provides the |excerpt filter that can be used to render first paragraph of Markdown:

{{ post.body|excerpt }}

It takes one optional argument which is the separator for the excerpt:

{{ post.body|excerpt:'\n\n##' }}

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%