From 259d0a6d9ac5a02f0281e3fc061861b23481348f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 11 Aug 2023 07:31:44 +0000
Subject: [PATCH] more documentation
---
content/features/callouts.md | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/content/features/callouts.md b/content/features/callouts.md
index cb5feb9..63051ad 100644
--- a/content/features/callouts.md
+++ b/content/features/callouts.md
@@ -1,10 +1,33 @@
---
title: Callouts
+tags:
+ - plugin/transformer
---
+Quartz supports the same Admonition-callout syntax as Obsidian.
+
+This includes
+
+- 12 Distinct callout types (each with several aliases)
+- Collapsable callouts
+
+```
+> [!info] Title
+> This is a callout!
+```
+
+SeeĀ [documentation on supported types and syntax here](https://help.obsidian.md/Editing+and+formatting/Callouts).
+
> [!warning]
> Wondering why callouts may not be showing up even if you have them enabled? You may need to reorder your plugins so that `Plugin.ObsidianFlavoredMarkdown()` is _after_ `Plugin.SyntaxHighlighting()`.
+## Customization
+
+- Disable callouts: simply pass `callouts: false` to the plugin: `Plugin.ObsidianFlavoredMarkdown({ callouts: false })`
+- Editing icons: `quartz/plugins/transformers/ofm.ts`
+
+## Showcase
+
> [!info]
> Default title
--
Gitblit v1.10.0