--- Title : Proposal for Markdown ruby tag syntax Author : Charles Jie (tw) Email : chjie7@gmail.com Tags : [markdown ruby syntax] Revision : 0.2 - formalized by DeepSeek, then refined Created : 2025-05-09 --- Proposal for Markdown ruby tag syntax requirements Easy to type – ASCII-only (avoid full-width ()【】). Easy to read – Base text remains clean (no quoting); ruby text should be subtle and ignorable. Minimal syntax – Prefer one symbol (e.g., ^) over pairs like [] or {}. Langu...