test(docs): block raw html in markdown #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/block-raw-html-in-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- audit the docs markdown for raw HTML after the homepage simplification\n- add a regression test that strips fenced and inline code before checking for HTML tags\n- keep future docs changes aligned with Markdown-native MkDocs authoring\n\n## Verification\n- uv run pytest tests/test_docs_site.py -q\n- uv run mkdocs build --strict\n- confirmed current docs markdown files pass the raw HTML guardrail