Skip to content

Commit 0a9d1e5

Browse files
committed
docs: add v1.1 features to spec sections
- Add strikethrough to markdown support list - Add unicode escape sequences to string escaping - Include examples for \uXXXX and \xXX usage - Expand version history with v1.1 details - Document all v1.1 enhancements comprehensively Now v1.1 spec is complete and accurate throughout
1 parent e8786f2 commit 0a9d1e5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

spec/v1.1/osf-spec.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,21 @@ Themes are implementation-defined. Standard themes:
558558

559559
## 7. Version History
560560

561+
### v1.1 (January 2025)
562+
563+
**Enhanced Features & Security Release**
564+
565+
- Added strikethrough text formatting: `~~text~~`
566+
- Added unicode escape sequences: `\uXXXX` (4-digit hex), `\xXX` (2-digit hex)
567+
- Added line:column position tracking in parser errors
568+
- Extended HTML rendering: ordered lists, blockquotes, code blocks, images,
569+
links
570+
- Enhanced Markdown export with full formatting preservation
571+
- Security: HTML escaping to prevent XSS attacks
572+
- CLI: Integrated omniscript-converters for working PDF/DOCX/PPTX/XLSX rendering
573+
- Quality: 88 tests passing (31 new tests for v1.1 features)
574+
- 100% backward compatible with v1.0
575+
561576
### v1.0 (October 2025)
562577

563578
- Added `@chart` block for data visualization

0 commit comments

Comments
 (0)