https://cast42.github.io/blog/
To create an editor with the fast api editor run:
uv run fastapi dev src/blog/asgi.pyTo preview the blog locally:
uv run mkdocs serveTo see the preview, open a browser to port 8000 on localhost http://127.0.0.1:8000/blog/
Don't forget to add to the end of the markdown!