Skip to content

Commit 9d5b64a

Browse files
committed
Update notes about the new callouts
1 parent 531a77a commit 9d5b64a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/src/markdown/extensions/blocks/plugins/admonition.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ can cause issues as they both generate the same output and confuse each other.
1414
If you are switching from `admonition` to `pymdownx.blocks.admonition`, ensure you disable `admonition` to avoid issues.
1515
///
1616

17+
/// tip
18+
If an approach like Obsidian is preferred, 10.20 adds support via the [Quotes extension](../../quotes.md) for Obsidian
19+
style callouts.
20+
///
21+
1722
## Overview
1823

1924
Admonition blocks are an alternative to using Python Markdown's [built-in extension][admonition]. The output is

docs/src/markdown/extensions/blocks/plugins/details.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ If you are switching from `pymdownx.details` to `pymdownx.blocks.details`, ensur
1313
avoid issues.
1414
///
1515

16+
/// tip
17+
If an approach like Obsidian is preferred, 10.20 adds support via the [Quotes extension](../../quotes.md) for Obsidian
18+
style, collapsible callouts.
19+
///
20+
1621
## Overview
1722

1823
Details blocks are an alternative to using [`pymdownx.details`](../../details.md) and, in fact, aim to potentially replace

docs/src/markdown/extensions/details.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ icon: lucide/chevrons-up-down
55

66
# Details
77

8-
/// tip | 9.10 New Approach to Details
8+
/// tip
99
9.10 has added a new approach to creating details. Checkout the new [Details extension here](./blocks/plugins/details.md)!
10+
11+
If an approach like Obsidian is preferred, 10.20 adds support via the [Quotes extension](./quotes.md) for Obsidian
12+
style, collapsible callouts.
1013
///
1114

1215
## Overview

0 commit comments

Comments
 (0)