Skip to content

Commit c8971c1

Browse files
authored
Merge pull request #300 from dlathyun/dlathyun/update-UG-final
Fix formatting errors
2 parents 6f5b960 + de35c20 commit c8971c1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/UserGuide.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ guide!
5757
- 5.2.2 [Add a partner course: `partnercourse add`](#5-2-2-add-a-partner-course-partnercourse-add)
5858
- 5.2.3 [Delete a partner course: `partnercourse delete`](#5-2-3-delete-a-partner-course-partnercourse-delete)
5959
- 5.2.4 [Update a partner course: `partnercourse update`](#5-2-4-update-a-partner-course-partnercourse-update)
60-
- 5.2.5 [Search a partner course by attributes: `partnercourse search`](#5-2-4-update-a-partner-course-partnercourse-update)
60+
- 5.2.5 [Search a partner course by attributes: `partnercourse search`](#5-2-5-search-a-partner-course-by-attributes-partnercourse-search)
6161
- 5.2.6 [Sort a partner course by attributes: `partnercourse sort`](#5-2-6-sort-partner-courses-by-attributes-partnercourse-sort)
6262
- 5.3 [Commands for universities](#5-3-commands-for-universities)
6363
- 5.3.1 [List all universities: `university list`](#5-3-1-list-all-universities-university-list)
@@ -76,7 +76,7 @@ guide!
7676
- 5.5.4 [Update a note: `note update`](#5-5-4-update-a-note-note-update)
7777
- 5.5.5 [Tag a note: `note tag`](#5-5-5-tag-a-note-note-tag)
7878
- 5.5.6 [Clear tag a note: `note cleartag`](#5-5-6-clear-tags-of-a-note-note-cleartag)
79-
- 5.5.7 [Search notes by tag: `note search`](#557-search-notes-by-tag--note-search)
79+
- 5.5.7 [Search notes by tag: `note search`](#5-5-7-search-notes-by-tag-note-search)
8080
- 5.6 [View help: `help`](#5-6-view-help-help)
8181
- 5.7 [Exit SEPlendid: `exit`](#5-7-exit-seplendid-exit)
8282
- 5.8 [Save the data](#5-8-save-the-data)
@@ -203,7 +203,6 @@ Each 'Command Word' begins a command, which can be coupled with an attribute, to
203203
functionality.
204204
<box type="tip" icon=":bulb:" header="You may find this annotated image on SEPlendis's command format useful!" >
205205
<img src="images/Command.png" alt="Command UI" class="resized-image">
206-
</div>
207206
</box>
208207
209208
<box type="tip" icon=":bulb:" header="Command words available in SEPlendid" >
@@ -270,7 +269,7 @@ functionality.
270269
271270
* The following characters do not exist in our datasets and are not accepted in our input: `[` and `]`.
272271

273-
* Extraneous parameters for commands that do not take in parameters (such as `help`, `exit`) will be
272+
* Extraneous parameters for all commands will be
274273
ignored.<br>
275274
e.g. if the command specifies `help 123`, it will be interpreted as `help`.
276275

@@ -873,7 +872,7 @@ Adds a note with the content you wish to add and the tag you wish your note to h
873872
**Format:** `note add [content] [tag]`
874873

875874

876-
<box type="info" icon=":information_source">
875+
<box type="info" icon=":information-source">
877876
Tag must only be a single word with no whitespaces and only contain alphabets and numbers. You can only add 1 tag
878877
for your note with this command.
879878
If you wish to have more tags for your note, you can do so with the command <code>note tag</code>.
@@ -1057,7 +1056,7 @@ Format: `exit`
10571056
<br />
10581057
<br />
10591058

1060-
#### 5.8 Save the data
1059+
### 5.8 Save the data
10611060

10621061
SEPlendid's data are saved in the hard disk automatically after any command that changes the data. There is no need to
10631062
save manually.

0 commit comments

Comments
 (0)