Page Resource Content

Shortcode to render page resource content, it's useful to reuse content blocks, especially for writting mutilingual documentation.

Syntax

1{{< page-resource-content [name] >}}

Parameters

name

NameContextTypeRequiredDefaultSince
name-string--

The filename.

markdown

NameContextTypeRequiredDefaultSince
markdown-string-true-

Indicate whether if the content is written in Markdown.

Example

data/block

Title: Page Resource Content.

Description: Shortcode to render page resource content, it's useful to reuse content blocks, especially for writting mutilingual documentation..

1{{< page-resource-content "data/block" >}}

Title: Page Resource Content.

Description: Shortcode to render page resource content, it's useful to reuse content blocks, especially for writting mutilingual documentation..