diff --git a/changelog.md b/changelog.md
index d2216f8a..df3b6851 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,7 +2,7 @@
## [1.2.0 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v1.1.1...main)
-> \[!IMPORTANT\]
+> [!IMPORTANT]
> This version is not released yet and is under active development.
- Add new `LINUX_LIKE` family that merge `ALL_LINUX` and `LINUX_LAYERS` groups.
@@ -30,4 +30,4 @@
## [1.0.0 (2024-08-18)](https://github.com/kdeldycke/extra-platforms/compare/90ddb60...v1.0.0)
-- First version as a stand alone package extracted from `click-extra`.
\ No newline at end of file
+- First version as a stand alone package extracted from `click-extra`.
diff --git a/docs/install.md b/docs/install.md
index c86973ad..706a7b98 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -29,4 +29,4 @@ $ pip install extra-platforms[pytest]
## Namning
> [!TIP]
-> I wanted to call this package `platforms`, but it's already taken on PyPI. So I went with `extra-platforms` instead, to mark its affiliation with [Click Extra](https://github.com/kdeldycke/click-extra).
\ No newline at end of file
+> I wanted to call this package `platforms`, but it's already taken on PyPI. So I went with `extra-platforms` instead, to mark its affiliation with [Click Extra](https://github.com/kdeldycke/click-extra).
diff --git a/docs/license.md b/docs/license.md
index 85fa30e9..74c0afd7 100644
--- a/docs/license.md
+++ b/docs/license.md
@@ -4,4 +4,4 @@ This software is licensed under the
[GNU General Public License v2 or later (GPLv2+)](https://github.com/kdeldycke/extra-platforms/blob/main/license).
```{literalinclude} ../license
-```
\ No newline at end of file
+```
diff --git a/readme.md b/readme.md
index 95274f40..363ae381 100644
--- a/readme.md
+++ b/readme.md
@@ -372,6 +372,7 @@ Each platform is assigned to a group of non-overlpaping families:
{caption="`click_extra.platforms.NON_OVERLAPPING_GROUPS` - Non-overlapping groups."}
+
```mermaid
flowchart
subgraph "click_extra.platforms.ALL_LINUX
🐧 Any Linux"
@@ -442,6 +443,7 @@ Other groups are available for convenience, but these overlaps:
{caption="`click_extra.platforms.EXTRA_GROUPS` - Overlapping groups, defined for convenience."}
+
```mermaid
flowchart
subgraph "click_extra.platforms.ALL_PLATFORMS
🖥️ Any platforms"