Files
FixIt/layouts
Abdul Halim Daud cd036e5625 fix center-quote shortcode when config unsafe = false
when config unsafe = false, center-quote without markdown works but shortcode with markdown doesn't work.

the following doesn't work when unsafe = false:
```
{{% center-quote %}}
**hello** *world*
this is a center-quote shortcode example.
{{% /center-quote %}}
```

with this fix, the following works with markdown when unsafe = false:
```
{{< center-quote >}}
**hello** *world*
this is a center-quote shortcode example.
{{< /center-quote >}}
```
2022-08-27 20:01:10 +08:00
..
2022-08-27 18:52:05 +08:00
2022-08-26 23:57:42 +08:00
2022-01-11 12:39:25 +08:00
2022-08-13 16:25:35 +08:00
2022-01-11 12:39:25 +08:00