diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 58c31b9..70ee560 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Continuous Integration
-

+
---
diff --git a/actions/build/README.md b/actions/build/README.md
index 61ac6c6..fdf3ea0 100644
--- a/actions/build/README.md
+++ b/actions/build/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Build
-

+
---
@@ -92,7 +92,7 @@ Action to build Node.js projects with support for custom commands, environment v
| | Can be absolute or relative to the repository root. | | |
| **`build-commands`** | List of build commands to execute, one per line. | **true** | - |
| | These are npm/pnpm/Yarn script names (e.g., `build`, `compile`). | | |
-| **`build-env`** | JSON object of environment variables to set during the build. | **false** | `\{}` |
+| **`build-env`** | JSON object of environment variables to set during the build. | **false** | `{}` |
| | Example: | | |
| | | | |
| | {
"NODE_ENV": "production",
"API_URL": "https://api.example.com"
} | | |
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index ecdd83f..2d8f6bf 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---