Commit e4feaaf
committed
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 implementation1 parent e21133a commit e4feaaf
1 file changed
+35
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
199 | | - | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
610 | 613 | | |
611 | 614 | | |
612 | 615 | | |
613 | | - | |
| 616 | + | |
614 | 617 | | |
615 | 618 | | |
616 | 619 | | |
| |||
704 | 707 | | |
705 | 708 | | |
706 | 709 | | |
707 | | - | |
| 710 | + | |
708 | 711 | | |
709 | 712 | | |
710 | 713 | | |
711 | | - | |
| 714 | + | |
712 | 715 | | |
713 | | - | |
| 716 | + | |
714 | 717 | | |
715 | | - | |
716 | | - | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
717 | 727 | | |
718 | 728 | | |
719 | 729 | | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
725 | 739 | | |
726 | 740 | | |
727 | 741 | | |
| |||
793 | 807 | | |
794 | 808 | | |
795 | 809 | | |
796 | | - | |
| 810 | + | |
797 | 811 | | |
798 | | - | |
799 | | - | |
| 812 | + | |
| 813 | + | |
800 | 814 | | |
801 | 815 | | |
802 | 816 | | |
803 | 817 | | |
804 | 818 | | |
805 | 819 | | |
806 | | - | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
807 | 824 | | |
808 | 825 | | |
809 | 826 | | |
| |||
0 commit comments