From 8395d0fa5db4ed82e6fa01df9eb52905f7450a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Thu, 4 Jun 2026 20:20:19 +0200 Subject: [PATCH] docs: remove UTF-8 BOM from Docs/pages/00-index.md The BOM preceded the page H1 (`# aweXpect.Mockolate`), so the docs site rendered it as a literal paragraph instead of a heading. Stripping the BOM lets markdown parse the heading correctly. --- Docs/pages/00-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/pages/00-index.md b/Docs/pages/00-index.md index e81a7eb..241e4c7 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -1,4 +1,4 @@ -# aweXpect.Mockolate +# aweXpect.Mockolate [![Nuget](https://img.shields.io/nuget/v/aweXpect.Mockolate)](https://www.nuget.org/packages/aweXpect.Mockolate)