docs: fix markdown list formatting in README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-26 21:20:46 +00:00
parent 03ea078822
commit 1cbd63a6a7

View File

@@ -13,11 +13,11 @@ Full documentation and details of the refactoring can be found in docs/plans
# Utf8ToAsciiConverter Refactoring - Final Report # Utf8ToAsciiConverter Refactoring - Final Report
**Date:** 2025-12-13 - **Date:** 2025-12-13
**Branch:** `refactor/Utf8ToAsciiConverter` - **Branch:** `refactor/Utf8ToAsciiConverter`
**Baseline:** Original 3,631-line switch statement implementation - **Baseline:** Original 3,631-line switch statement implementation
**Final:** SIMD-optimized with FrozenDictionary and JSON mappings - **Final:** SIMD-optimized with FrozenDictionary and JSON mappings
**Runtime:** .NET 10.0 - **Runtime:** .NET 10.0
--- ---