diff --git a/.remarkrc.mjs b/.remarkrc.mjs
index 4a722f12da..957e4fb1e7 100644
--- a/.remarkrc.mjs
+++ b/.remarkrc.mjs
@@ -38,7 +38,6 @@ export default {
'remark-lint-heading-capitalization',
{
lowerCaseWords: ['v1', 'v2', 'v3', 'v4', 'vs'],
- exclude: ['`web`', '`web-react`'],
ignorePattern: ['^@lmc-eu/spirit-.*', '^spirit-.*', '`.*`', '.*-config-spirit'],
},
],
diff --git a/configs/typescript-config-spirit/README.md b/configs/typescript-config-spirit/README.md
index c32440c973..00cf9765d3 100644
--- a/configs/typescript-config-spirit/README.md
+++ b/configs/typescript-config-spirit/README.md
@@ -2,7 +2,7 @@
> TypeScript configuration and utilities for Spirit Design System.
-## Getting started
+## Getting Started
To install `typescript-config-spirit` in your project, you will need to run the
following command using [Yarn][yarn]:
diff --git a/packages/web-react/src/components/FileUploader/README.md b/packages/web-react/src/components/FileUploader/README.md
index b256f84921..9743456e15 100644
--- a/packages/web-react/src/components/FileUploader/README.md
+++ b/packages/web-react/src/components/FileUploader/README.md
@@ -516,7 +516,7 @@ For example:
To limit files to 1 MiB, set `maxFileSize` to **1048576**.
To limit files to 10 MiB, set `maxFileSize` to **10485760**.
-#### Kilo/Mega vs. Kibi/Mebi
+#### Kilo/Mega vs Kibi/Mebi
In computing, file sizes can be measured using two different standards.
The **decimal** (base-10) and **binary** (base-2) systems.
diff --git a/packages/web-react/src/components/Grid/README.md b/packages/web-react/src/components/Grid/README.md
index 41534a1528..f90de0af70 100644
--- a/packages/web-react/src/components/Grid/README.md
+++ b/packages/web-react/src/components/Grid/README.md
@@ -152,6 +152,8 @@ These props control the placement of grid items within a CSS Grid layout by spec
+
+
_The image is taken from the [CSS Grid Layout Guide][css-tricks-grid]._
These props align with their respective CSS Grid properties, providing precise control over grid item placement. Learn more in the [MDN CSS Grid][grid-mdn] documentation.
diff --git a/packages/web-twig/src/Resources/components/Grid/README.md b/packages/web-twig/src/Resources/components/Grid/README.md
index 2e04fbd4d0..3627c09059 100644
--- a/packages/web-twig/src/Resources/components/Grid/README.md
+++ b/packages/web-twig/src/Resources/components/Grid/README.md
@@ -192,6 +192,8 @@ These props control the placement of grid items within a CSS Grid layout by spec
+
+
_The image is taken from the [CSS Grid Layout Guide][css-tricks-grid]._
These props align with their respective CSS Grid properties, providing precise control over grid item placement. Learn more in the [MDN CSS Grid][grid-mdn] documentation.