**Describe the bug** markdown files are served with default encoding, which has broken characters on my machine. **To Reproduce** ``` cd docs/app uv run reflex run ``` http://localhost:3000/docs/getting-started/introduction.md **Expected behavior** There shouldn't be broken characters. **Screenshots** <img width="1059" height="458" alt="Image" src="https://github.com/user-attachments/assets/099d7aed-9586-440f-96f9-d37228418384" />
Describe the bug
markdown files are served with default encoding, which has broken characters on my machine.
To Reproduce
http://localhost:3000/docs/getting-started/introduction.md
Expected behavior
There shouldn't be broken characters.
Screenshots