We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8273015 commit bf7abbbCopy full SHA for bf7abbb
tools/mdbook-spec/src/admonitions.rs
@@ -5,9 +5,10 @@
5
//! 1. Modify the [`admonitions`] function below to include an icon.
6
//! 2. Modify `theme/reference.css` to set the color for the different themes.
7
//! Look at one of the other admonitions as a guide.
8
-//! 3. Update `src/introduction.md` and describe what this new block is for
+//! 3. Update `src/conventions.md` and describe what this new block is for
9
//! with an example.
10
-//! 4. Update `docs/authoring.md` to show an example of your new admonition.
+//! 4. Update `dev-guide/src/formatting/admonitions.md` to show an example of
11
+//! your new admonition.
12
13
use crate::{Diagnostics, warn_or_err};
14
use mdbook_preprocessor::book::Chapter;
0 commit comments