# markdown

URL: /kida/api/markdown/
Section: api
Description: Kida markdown components.

Provides a convenience function to create a markdown-configured Environment
and a loader for built-in markdown component templates.

---

> For a complete page index, fetch /kida/llms.txt.

Open LLM text
(/kida/api/markdown/index.txt)

Share with AI

Ask Claude
(https://claude.ai/new?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fkida%2Fapi%2Fmarkdown%2Findex.txt)

Ask ChatGPT
(https://chatgpt.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fkida%2Fapi%2Fmarkdown%2Findex.txt)

Ask Gemini
(https://gemini.google.com/app?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fkida%2Fapi%2Fmarkdown%2Findex.txt)

Ask Copilot
(https://copilot.microsoft.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fkida%2Fapi%2Fmarkdown%2Findex.txt)

Module

#
`markdown`

Kida markdown components.

Provides a convenience function to create a markdown-configured Environment
and a loader for built-in markdown component templates.

1Function

## Functions

`markdown_env`

1

`Environment`

▼

Create an Environment pre-configured for markdown output.

Convenience wrapper …

`def markdown_env(**kwargs) -> Environment`

Create an Environment pre-configured for markdown output.

Convenience wrapper that sets autoescape="markdown" and adds a
loader for the built-in markdown component templates.

All keyword arguments are passed to Environment.

##### Parameters

Name
Type
Description

`**kwargs`
`—`

##### Returns

`Environment`
