diff --git a/src/IDF/templates/idf/faq.html b/src/IDF/templates/idf/faq.html index 73371c0..0e744df 100644 --- a/src/IDF/templates/idf/faq.html +++ b/src/IDF/templates/idf/faq.html @@ -55,14 +55,14 @@ with the corresponding issue number.
To embed any previously uploaded resource into your wiki page, you can use the [!ResourceName]
syntax.
To embed any previously uploaded resource into your wiki page, you can use the [[!ResourceName]]
syntax.
The rendering of the resource can then be further fine-tuned:
[!ImageResource, align=right, width=200]
renders "ImageResource" right-aligned and scale its width to 200[!TextResource, align=center, width=300, height=300]
renders "TextResource" in a centered, 300 by 300 px iframe[!AnyResource, preview=no]
does not render a preview of the resource, but only provides a download link (default for binary resources)[!BinaryResource, title=Download]
renders the download link of "BinaryResource" with an alternative title[[!ImageResource, align=right, width=200]]
renders "ImageResource" right-aligned and scale its width to 200[[!TextResource, align=center, width=300, height=300]]
renders "TextResource" in a centered, 300 by 300 px iframe[[!AnyResource, preview=no]]
does not render a preview of the resource, but only provides a download link (default for binary resources)[[!BinaryResource, title=Download]]
renders the download link of "BinaryResource" with an alternative titleInstructions:
The content of the page can use the Markdown syntax with the Extra extension.
Website addresses are automatically linked and you can link to another page in the documentation using double square brackets like that [[AnotherPage]]
.
If you want to embed uploaded resources, use the [!ResourceName]
syntax for that. This is described more in detail in the FAQ.
If you want to embed uploaded resources, use the [[!ResourceName]]
syntax for that. This is described more in detail in the FAQ.
To directly include a file content from the repository, embrace its path with triple square brackets: [[[my/file.txt]]]
.