You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ These features make the library especially suited for real-time, AI-driven, and
61
61
-[Streaming playground](https://vue-markdown-renderer.simonhe.me/) — try large Markdown files and progressive diagrams to feel the difference.
62
62
-[Markdown vs v-html comparison](https://vue-markdown-renderer.simonhe.me/markdown) — contrast the library's reactive rendering with a traditional static pipeline.
63
63
64
+
### Interactive Test Page
65
+
66
+
- Try the interactive test page for quick verification and debugging: https://vue-markdown-renderer.simonhe.me/test
67
+
68
+
This page provides a left-side editor and right-side live preview powered by the library. It also includes a "生成并复制分享链接" action that encodes your input into the URL for easy sharing, and a fallback flow to open or prefill a GitHub issue when the input is too long for URL embedding.
69
+
70
+
Use this page to reproduce rendering issues, verify math/mermaid/code block behaviour, and quickly produce a shareable link or an issue with prefilled reproduction steps.
71
+
64
72
### Intro Video
65
73
66
74
This short video introduces the vue-renderer-markdown component library and highlights key features and usage patterns.
0 commit comments