We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8004c commit 087aa40Copy full SHA for 087aa40
1 file changed
docs/src/CHANGELOG.md
@@ -6,6 +6,8 @@ This page tracks all notable changes to mdbook-embedify. The format is based on
6
7
### ✨ New Features
8
9
+<!-- embed ignore begin -->
10
+
11
- **Embed Ignore Functionality**: You can now prevent specific embed blocks from being processed using `embed-ignore`
12
13
```text
@@ -14,6 +16,8 @@ This page tracks all notable changes to mdbook-embedify. The format is based on
14
16
15
17
This is perfect for documentation where you want to show embed syntax without processing it.
18
19
+<!-- embed ignore end -->
20
21
- **Comprehensive Testing Suite**: Added robust testing framework including:
22
23
- Book integration tests that validate entire mdbook builds
0 commit comments