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

NameTypeRequiredDefaultSince
namestring--

The filename.

markdown

NameTypeRequiredDefaultSince
markdownstring-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..