From 9cd072bfc336f3eeb453c279dc3953e2a7e3d9fd Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 02 Oct 2024 08:41:50 +0000
Subject: [PATCH] chore(deps): bump hast-util-to-string from 3.0.0 to 3.0.1 (#1466)
---
docs/features/callouts.md | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/features/callouts.md b/docs/features/callouts.md
index 3fefda2..4caeeb4 100644
--- a/docs/features/callouts.md
+++ b/docs/features/callouts.md
@@ -1,7 +1,7 @@
---
title: Callouts
tags:
- - plugin/transformer
+ - feature/transformer
---
Quartz supports the same Admonition-callout syntax as Obsidian.
@@ -19,12 +19,13 @@
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()`.
+> Wondering why callouts may not be showing up even if you have them enabled? You may need to reorder your plugins so that [[ObsidianFlavoredMarkdown]] is _after_ [[SyntaxHighlighting]].
## Customization
-- Disable callouts: simply pass `callouts: false` to the plugin: `Plugin.ObsidianFlavoredMarkdown({ callouts: false })`
-- Editing icons: `quartz/styles/callouts.scss`
+The callouts are a functionality of the [[ObsidianFlavoredMarkdown]] plugin. See the plugin page for how to enable or disable them.
+
+You can edit the icons by customizing `quartz/styles/callouts.scss`.
### Add custom callouts
--
Gitblit v1.10.0