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: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// RTF parser for Text Editor
2
2
// This library supports RTF version 1.9.1
3
-
// Specification is available here : https://dokumen.tips/documents/rtf-specification.html
3
+
// Specification is available here : https://dokumen.tips/documents/rtf-specification.html and https://github.com/GoodNotes/tree-sitter-rtf/blob/main/specs/rtf-specs-1.9.1.pdf
4
4
// Explanations on specification here : https://www.oreilly.com/library/view/rtf-pocket-guide/9781449302047/ch01.html
0 commit comments