From 2b511f18a714adf1ac20290d3b9dd650559c46b8 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 21 Nov 2024 17:55:30 +0000 Subject: [PATCH] Fix various markdown linting errors Signed-off-by: George Steel --- docs/book/v3/helpers/escape.md | 2 +- docs/book/v3/helpers/head-meta.md | 2 +- docs/book/v3/helpers/head-script.md | 2 +- docs/book/v3/helpers/head-style.md | 2 +- docs/book/v3/helpers/inline-script.md | 2 +- docs/book/v3/helpers/intro.md | 2 +- docs/book/v3/helpers/partial.md | 2 +- docs/book/v3/helpers/placeholder.md | 20 ++++++++++---------- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/book/v3/helpers/escape.md b/docs/book/v3/helpers/escape.md index 020e982c8..32a1b2b45 100644 --- a/docs/book/v3/helpers/escape.md +++ b/docs/book/v3/helpers/escape.md @@ -14,7 +14,7 @@ More information to the operation and the background of security can be found in the [documentation of laminas-escaper](https://docs.laminas.dev/laminas-escaper/configuration/). - + > ### Installation Requirements > > The escape helpers depends on the laminas-escaper component, so be sure to have diff --git a/docs/book/v3/helpers/head-meta.md b/docs/book/v3/helpers/head-meta.md index a07397686..7c45c29cc 100644 --- a/docs/book/v3/helpers/head-meta.md +++ b/docs/book/v3/helpers/head-meta.md @@ -31,7 +31,7 @@ whether or not to autoescape values used in meta tags: - `setAutoEscape(bool $autoEscape = true)` (enabled by default) - + > ### AutoEscape > > **Disable this flag at your own risk.** The one documented case where it is diff --git a/docs/book/v3/helpers/head-script.md b/docs/book/v3/helpers/head-script.md index f257a1b47..ccd84051c 100644 --- a/docs/book/v3/helpers/head-script.md +++ b/docs/book/v3/helpers/head-script.md @@ -20,7 +20,7 @@ script to load; this is usually in the form of a URL or a path. For the `*Script()` methods, `$script` is the client-side scripting directives you wish to use in the element. - + > ### Setting Conditional Comments > > `HeadScript` allows you to wrap the script tag in conditional comments, which diff --git a/docs/book/v3/helpers/head-style.md b/docs/book/v3/helpers/head-style.md index f05e11208..80ef101af 100644 --- a/docs/book/v3/helpers/head-style.md +++ b/docs/book/v3/helpers/head-style.md @@ -3,7 +3,7 @@ The HTML `