Skip to content

Commit 32a66b0

Browse files
authored
docs: remove UTF-8 BOM from Docs/pages/00-index.md (#167)
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.
1 parent a53c6f6 commit 32a66b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docs/pages/00-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aweXpect.Testably
1+
# aweXpect.Testably
22

33
[![Nuget](https://img.shields.io/nuget/v/aweXpect.Testably)](https://www.nuget.org/packages/aweXpect.Testably)
44

0 commit comments

Comments
 (0)