Skip to content

Commit 7d81f66

Browse files
committed
Update file format documentation
Updated Docs/Design/FileFormats/saved.html re the addition of plain text, HTML 5, XHTML and Markdown support when saving snippet information, along with support for different file encodings.
1 parent 6cf961f commit 7d81f66

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

Docs/Design/FileFormats/saved.html

+22-8
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,27 @@ <h2>
6262
</ol>
6363

6464
<p>
65-
In the first case the snippet is always saved in rich text format.
65+
In the first case the snippet information can be saved as one of the following file types:
6666
</p>
6767

68+
<ul>
69+
<li>
70+
Plain text.
71+
</li>
72+
<li>
73+
HTML 5 files.
74+
</li>
75+
<li>
76+
XHTML files.
77+
</li>
78+
<li>
79+
Rich text files.
80+
</li>
81+
<li>
82+
Markdown files.
83+
</li>
84+
</ul>
85+
6886
<p>
6987
In the second two cases the following file types can be chosen by the user:
7088
</p>
@@ -88,7 +106,7 @@ <h2>
88106
</ul>
89107

90108
<p>
91-
There is no specific file format for these files, except that HTML 5, XHTML and RTF
109+
There is no specific file format for these files, except that HTML 5, XHTML, RTF and Markdown
92110
files conform to published specifications.
93111
</p>
94112

@@ -97,11 +115,7 @@ <h2>
97115
</h2>
98116

99117
<p>
100-
In the first case the RTF is always saved in ASCII format.
101-
</p>
102-
103-
<p>
104-
In the 2nd and 3rd cases the encodings used depend on the file type and user choice. Different file
118+
The available encodings used depend on the file type and user choice. Different file
105119
types have different encoding choices, as follows:
106120
</p>
107121

@@ -164,7 +178,7 @@ <h2>
164178
<dd>
165179
<ul class="squashed">
166180
<li>
167-
ANSI (system default code page). ASCII format is actually used.
181+
ASCII [for Snippet Information] or ANSI [otherwise]. Regardless of naming, ASCII format is always used.
168182
</li>
169183
</ul>
170184
</dd>

0 commit comments

Comments
 (0)