Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 698 Bytes

summary.md

File metadata and controls

24 lines (16 loc) · 698 Bytes

Summary

Embed is a shortcut to add a custom summary to a page.

Full syntax:
{{% summary render="html"|"twig"|"html+twig"|"raw" %}}
  CONTENT
{{% end %}}

OR

{{% summary "html"|"twig"|"html+twig"|"raw" %}}
  CONTENT
{{% end %}}
Options:
  • render [optional] -- (string)
    Render content according to the specified format. This can be "html", "twig" or "html+twig" to render CONTENT as HTML, to render Twig syntax only or to render both. If render is empty or set to "raw", CONTENT will not be processed. The keyword can be omitted. (default: "html")