Module

environment.filters._markdown

Markdown formatting filters for Kida templates.

Provides GFM text formatting, link/badge helpers, table rendering, and layout filters for markdown-mode output.

All filters returnMarkedstrings to preserve safety through the template engine's autoescape pipeline.

Functions

make_markdown_filters 0 dict[str, Any]
Build markdown filter dict.
def make_markdown_filters() -> dict[str, Any]
Returns
dict[str, Any]