parent
56e25132a9
commit
469babbd97
|
@ -72,6 +72,8 @@ pass `true` to the inline argument:
|
||||||
{{ some_text | markdown(inline=true) }}
|
{{ 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
|
### base64_encode
|
||||||
Encode the variable to base64.
|
Encode the variable to base64.
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ with the following fields:
|
||||||
|
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
// The HTML output of the Markdown content
|
||||||
content: String;
|
content: String;
|
||||||
title: String?;
|
title: String?;
|
||||||
description: String?;
|
description: String?;
|
||||||
|
@ -68,6 +69,7 @@ with the following fields:
|
||||||
|
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
// The HTML output of the Markdown content
|
||||||
content: String;
|
content: String;
|
||||||
title: String?;
|
title: String?;
|
||||||
description: String?;
|
description: String?;
|
||||||
|
|
Loading…
Reference in a new issue