From b7afd5ad20b720202ff938f97b182b51c171458a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Thu, 4 Jun 2026 20:11:25 +0200 Subject: [PATCH] docs: remove UTF-8 BOM from Docs/pages/00-index.md The BOM preceded the page H1 (`# aweXpect.Testably`), 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 4c3a4f7..13512bd 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -1,4 +1,4 @@ -# aweXpect.Testably +# aweXpect.Testably [![Nuget](https://img.shields.io/nuget/v/aweXpect.Testably)](https://www.nuget.org/packages/aweXpect.Testably)