From ba6a845a19a40010ca706b34fc036c47e4133b1d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 13 Nov 2021 09:03:46 +0100 Subject: [PATCH] Removed deprecated seealso admonition type --- docs/reference/admonitions.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/reference/admonitions.md b/docs/reference/admonitions.md index 63ee250fd..d8f2ae9b3 100644 --- a/docs/reference/admonitions.md +++ b/docs/reference/admonitions.md @@ -299,7 +299,7 @@ will stretch to the full width of the viewport, e.g. on mobile viewports. Following is a list of type qualifiers provided by Material for MkDocs, whereas the default type, and thus fallback for unknown type qualifiers, is `note`: -`note`{ #type-note }, ~~`seealso`~~ [^1] +`note`{ #type-note } : !!! note @@ -395,13 +395,6 @@ the default type, and thus fallback for unknown type qualifiers, is `note`: euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa. - [^1]: - The `seealso` qualifier was originally adapted from the `readthedocs` theme, - in order to make it easier for authors to migrate to Material for MkDocs. - However, when the title is omitted, the admonition extension will render it - as `Seealso`, which is incorrect English. For this reason, it was deprecated - in :octicons-tag-24: 7.1.5 and will be removed in :octicons-tag-24: 8.0.0. - ## Customization ### Custom admonitions