mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📝 docs(shortcodes): clarify aside usage
This commit is contained in:
parent
da1b6bb0cc
commit
1dcd615615
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Custom shortcodes"
|
||||
date = 2023-02-19
|
||||
updated = 2024-12-27
|
||||
updated = 2024-12-28
|
||||
description = "This theme includes some useful custom shortcodes that you can use to enhance your posts. Whether you want to display images that adapt to light and dark themes, or format a professional-looking reference section, these custom shortcodes have got you covered."
|
||||
|
||||
[taxonomies]
|
||||
|
@ -229,6 +229,8 @@ The shortcode accepts two parameters:
|
|||
|
||||
#### Usage
|
||||
|
||||
{{ admonition(type="warning", text="Place the aside shortcode on its own line to prevent formatting issues.") }}
|
||||
|
||||
Using the `text` parameter:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue