Functions
markdown_env
1
Environment
▼
Create an Environment pre-configured for markdown output.
Convenience wrapper …
markdown_env
1
Environment
▼
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