docs(test): add markdown renderer smoke test

This commit is contained in:
u1
2026-04-12 12:02:57 +00:00
parent 11276575c3
commit 37fcf56b5b

11
doc/render-smoke.md Normal file
View File

@@ -0,0 +1,11 @@
# Markdown Render Smoke Test
Inline math: $E = mc^2$.
Display math:
$$
\int_0^1 x^2 \, dx = \frac{1}{3}
$$
If Markdown math rendering is enabled in Gitea, this file should not be shown as plain source only.