%%
Title: The Admonition Plugin
Created: 2022-09-14 10:34
Status:
Parent: [[Resources/PKM/Software/Obsidian]]
Tags:
Source: https://github.com/valentine195/obsidian-admonition
%%
# The Admonition Plugin
See also [[Resources/PKM/Software/Obsidian/Callouts|callouts]].
### Format
The generic format for creating an admonition:
```
\```ad-<type> # Admonition type. See below for a list of available types.
title: # Admonition title.
collapse: # Create a collapsible admonition.
icon: # Override the icon.
color: # Override the color.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla.
\```
```
Some types include `note` and `warning`.
### Examples
```ad-note
Admonition provides a way to make certain quotes stand out.
```
```ad-warning
Admonition can also show warnings.
```