From b0c493ee19d20b4c368b769ec341fe768a31fe04 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Fri, 29 Jul 2022 19:49:48 +0200 Subject: [PATCH] Updated Documentation --- content/notes/callouts.md | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 content/notes/callouts.md diff --git a/content/notes/callouts.md b/content/notes/callouts.md new file mode 100644 index 000000000..aee4968d3 --- /dev/null +++ b/content/notes/callouts.md @@ -0,0 +1,57 @@ +--- +title: "Callouts" +--- + +## Callout support + +Supports built-in Callouts. See [documentation on supported types here](https://help.obsidian.md/How+to/Use+callouts#Types). + +## Showcase: + +> [!note] note +> +> note + +> [!abstract] abstract, summary, tldr +> +> abstract, summary, tldr + +> [!info] info, todo +> +> info, todo + +> [!tip] tip, hint, important +> +> tip, hint, important + +> [!success] success, check, done +> +> success, check, done + +> [!question] question, help, faq +> +> question, help, faq + +> [!warning] warning, caution, attention +> +> warning, caution, attention + +> [!failure] failure, fail, missing +> +> failure, fail, missing + +> [!danger] danger, error +> +> danger, error + +> [!bug] bug +> +> bug + +> [!example] example +> +> example + +> [!quote] quote, cite +> +> quote, cite