From 218e91a1a3da99f5c1196ed7ccbd68b85d0c4671 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 3 Sep 2024 18:38:57 +0100 Subject: [PATCH 1/2] Fix heading Fix heading not rendering correctly. --- .../docs/providing-input/passing-parameters-to-components.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/site/docs/providing-input/passing-parameters-to-components.md b/docs/site/docs/providing-input/passing-parameters-to-components.md index 4db2fccf1..c6c0c23a0 100644 --- a/docs/site/docs/providing-input/passing-parameters-to-components.md +++ b/docs/site/docs/providing-input/passing-parameters-to-components.md @@ -466,7 +466,9 @@ When rendering a `RenderFragment` using the 's `Add` method, if a component parameter is only annotated with the `[SupplyParameterFromQuery]` attribute. Instead, pass a query string parameters by setting it using the . From 3278d515ec06d81c4fbd83c50a9dcfc88609f62e Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 3 Sep 2024 19:55:28 +0100 Subject: [PATCH 2/2] Fix heading Be gone, crazy space. --- .../docs/providing-input/passing-parameters-to-components.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/site/docs/providing-input/passing-parameters-to-components.md b/docs/site/docs/providing-input/passing-parameters-to-components.md index c6c0c23a0..a69b91875 100644 --- a/docs/site/docs/providing-input/passing-parameters-to-components.md +++ b/docs/site/docs/providing-input/passing-parameters-to-components.md @@ -466,9 +466,8 @@ When rendering a `RenderFragment` using the 's `Add` method, if a component parameter is only annotated with the `[SupplyParameterFromQuery]` attribute. Instead, pass a query string parameters by setting it using the .