Update docs on markdown filter

Closes #989
This commit is contained in:
Vincent Prouillet 2020-04-12 17:25:58 +02:00
parent 56e25132a9
commit 469babbd97
2 changed files with 4 additions and 0 deletions

View file

@ -72,6 +72,8 @@ pass `true` to the inline argument:
{{ some_text | markdown(inline=true) }}
```
You do not need to use this filter with `page.content` or `section.content`, the content is already rendered.
### base64_encode
Encode the variable to base64.

View file

@ -14,6 +14,7 @@ with the following fields:
```ts
// The HTML output of the Markdown content
content: String;
title: String?;
description: String?;
@ -68,6 +69,7 @@ with the following fields:
```ts
// The HTML output of the Markdown content
content: String;
title: String?;
description: String?;