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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,11 +159,12 @@ will merge any bullet whose text or note is 'A1' with its parent. The text of th
159
159
160
160
### Input Files
161
161
162
-
Input files can be in one of four formats:
162
+
Input files can be in one of five formats:
163
163
164
164
* A CSV file that is already in a format supported by iThoughts' Import function.
165
165
* A flat file where each line is a new node. Spaces and tabs can be used to indent the text. Here the level of indentation is used to control what level the line is added at.
166
166
* A Markdown nested list where each line is a new node. Spaces and tabs can be used to indent the text. Here the level of indentation is used to control what level the line is added at. Only an asterisk (`*`) followed by a space is supported as a list item marker.
167
+
* An OPML XML file - with or without `head` or `body` elements.
167
168
* An XML file, including one with namespaces (both default and named).
0 commit comments