Skip to content

Commit 561e221

Browse files
committed
Remove mdbook-alerts as mdBook now supports this feature natively
1 parent 7e80a0c commit 561e221

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Adrian Sieber"]
55
language = "en"
66
src = "docs-source"
77

8-
[preprocessor.alerts]
98
[preprocessor.toc]
109
command = "mdbook-toc"
1110
renderer = ["html"]

docs-source/cli/import.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,8 @@ Seen at [discussions.apple.com/thread/8570915](
195195
osascript export-reminders.scpt
196196
```
197197
1. Enter the name of the list you want to export
198-
<!--
199-
TODO: Use alert after
200-
https://github.com/lambdalisue/rs-mdbook-alerts/issues/17
201-
-->
202-
> **⚠️ Warning** \
198+
199+
> [!WARNING]
203200
> It includes *all reminders* - even completed ones - in the list.
204201
> If it's a long list, it will take a while.
205202
> A better approach would be to create a new list and move all

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
haskellPackages.hlint
3737
haskellPackages.stack
3838
mdbook
39-
mdbook-alerts
4039
mdbook-toc
4140
nodejs_22 # For building the webapp
4241
sqlite

0 commit comments

Comments
 (0)