mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
1.3 KiB
1.3 KiB
title, date, description, type, draft, tags, categories, menu
| title | date | description | type | draft | tags | categories | menu | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Shortcodes Test | 2022-03-07T22:31:22+08:00 | Test for shortcodes usages | posts | true |
|
|
|
normal content
normal blockquote content
Shortcodes without Markdown
{{< center-quote >}}
hello world
this is a center-quote shortcode example.
{{< /center-quote >}}
Shortcodes with Markdown
{{% center-quote %}}
hello world
this is a center-quote shortcode example.
{{% /center-quote %}}
{{< details "Copyright 2022. Lruihao" >}} All pages and graphics on this web site are the property of FixIt. {{< /details >}}
{{< admonition type=tip title="This is a tip" open=false >}} A tip banner {{< /admonition >}}
Shortcodes with raw string parameters
{{< details <b>Copyright</b> 2022. <em>Lruihao</em> >}}
All pages and graphics on this web site are the property of FixIt.
{{< /details >}}
Nested Shortcodes
{{< version 0.2.0 changed >}} {{< link "https://katex.org/" KaTeX >}} mathematical formulas (https://katex.org)
{{< version 0.2.0 changed >}} {{< link "https://katex.org/" KaTeX >}} mathematical formulas (https://katex.org)