mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
16 lines
242 B
Markdown
16 lines
242 B
Markdown
---
|
|
title: "Shortcodes Test"
|
|
date: 2022-03-07T22:31:22+08:00
|
|
type: 'posts'
|
|
draft: true
|
|
---
|
|
|
|
normal content
|
|
|
|
> normal blockquote content
|
|
|
|
{{< center-quote >}}
|
|
**hello** *world*
|
|
this is a center-quote shortcode example.
|
|
{{< /center-quote >}}
|