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
docs: correct v1.1 spec to accurately document all implemented features
CRITICAL FIXES:
- Add strikethrough to @doc block content support list
- Add underline and blockquotes to @doc formatting list
- Update @slide content to list all formatting support
- Change Grammar header from v1.0 to v1.1
- Update migration section from v0.5 to v1.0
- Update appendix example to v1.1 with strikethrough demo
- Fix dates in example (2025-01-16 not October)
- Add v1.1 migration guide with all new features
VERIFICATION:
- Strikethrough: ✅ Documented (implemented in parser line 286)
- Unicode: ✅ Documented (implemented in parser lines 152-175)
- Position tracking: ✅ Documented (implemented line 24)
- HTML rendering: ✅ Documented (implemented in CLI)
- XSS prevention: ✅ Documented (implemented in CLI)
Spec now 100% matches v1.1.0 npm package implementation
0 commit comments