diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 4886f35b816..897d5de4301 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -292,31 +292,31 @@ The following describes what each tab displays on the **Current Panel**:
Most commands given in the user guide utilise various parameters which are also known as prefixes. To add a prefix to your command, follow this format: `PREFIX/MESSAGE`. Their prefixes and their respective constraints are given in the table below.
-| **Field** | **Prefix** | **Commands** |
**Description** |
-|:--------------------:|:----------:|:-----------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| NAME | `n/` | `add` `edit` `addtoconsult` `createconsult` `removefromconsult` `createsession` `takeattendance` `viewattendance` | The Name of a student. - Names should only contain alphanumeric characters and spaces.
- Names should not be blank.
|
-| PHONE | `p/` | `add` `edit` | The Phone number of a student. - Phone numbers should only contain numbers.
- Numbers should be at least 3 digits.
|
-| EMAIL | `e/` | `add` `edit` | The Email of a student. - Emails should be of the format `local-part@domain`
- The local-part should only contain alphanumeric characters and these special characters `+_.-`
- The domain name must be `@u.nus.edu`.
|
-| TELEGRAM_HANDLE | `th/` | `add` `edit` | The Telegram handle of a student. - Telegram Handles can only use a-z, 0-9 and underscores.
|
-| TAG | `t/` | `add` `edit` | The Tag belonging to a student. - Tags should only contain alphanumeric characters.
|
-| GRADED_TEST | `gt/` | `add` `edit` | The scores of respective graded tests. - Graded Test should only contain alphanumeric characters and spaces.
- Graded Test field should follow this format: `gt/RA1:0 | RA2:0 | MidTerms:0 | Finals:0 | PE:0`
|
-| READING_ASSESSMENT_1 | `ra1/` | `editgradedtest` | The score of Reading Assessment 1. - Score should be a positive number.
|
-| READING_ASSESSMENT_2 | `ra2/` | `editgradedtest` | The score of Reading Assessment 2. - Score should be a positive number.
|
-| MIDTERMS | `mt/` | `editgradedtest` | The score of a Midterms exam. - Score should be a positive number.
|
-| FINALS | `f/` | `editgradedtest` | The score of a Finals exam. - Score should be a positive number.
|
-| PRACTICAL_EXAM | `pe/` | `editgradedtest` | The score of a Practical exam. - Score should be a positive number.
|
-| ASSIGNMENT | `as/` | `deletecomment` `editcomment` `editgrade` | The name of an Assignment. - Name should exist in the list of possible assignments.
|
-| GRADE | `g/` | `editgrade` | The grade of an Assignment. - Grade should be a positive number.
- Grade should be less than or equal to (max grade + 75).
- Grade should not have leading 0's.
|
-| COMMENT | `c/` | `editcomment` | The Comment of an Assignment. - Comment should be less than 200 characters.
- Comment should not be empty.
|
-| DATE | `d/` | `addtask` `viewtasks` `createconsult` | The Date. - The format must be dd/MM/yyyy.
|
-| TIME | `tt/` | `createconsult` | The Time. - The format must be HH:mm.
- Time must also be in 24-hour format.
|
-| SESSION | `s/` | `createsession` `deletesession` `takeattendance` `updatesessionremark` | The Session Number of a Tutorial. - Session must only contain numbers.
- Session should not be blank.
|
-| SESSION_REMARK | `r/` | `updatesessionremark` | The remarks of a Session. - Remark must only contain alphanumeric characters and spaces.
|
-| ATTENDANCE_PRESENCE | `ap/` | `takeattendance` | The presence of a student. - Only 2 possible values are allowed: `PRESENT`, `ABSENT`.
|
-| TASK_NAME | `tn/` | `addtask` `viewtasks` | The name of a Task. - Name should only contain alphanumeric characters and spaces.
- Name should not be blank.
|
-| TASK_DESCRIPTION | `td/` | `addtask` `viewtasks` | The description of a Task. - Description should be less than 100 characters.
|
-| TASK_PRIORITY | `tp/` | `addtask` `viewtasks` | The priority of a Task. - Only 3 possible values are allowed: `HIGH`, `MEDIUM`, `LOW`.
|
-| TASK_PROGRESS | `tprog/` | `addtask` `viewtasks` `updateprogress` | The progress of a Task. - Only 3 possible values are allowed: `NOT_STARTED`, `PENDING`, `DONE`.
|
+| **Field** | **Prefix** | **Commands** | **Description** |
+|:--------------------:|:----------:|:-----------------------------------------------------------------------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| NAME | `n/` | `add` `edit` `addtoconsult` `createconsult` `removefromconsult` `createsession` `takeattendance` `viewattendance` | The Name of a student. - Names should only contain alphanumeric characters and spaces.
- Names should not be blank.
|
+| PHONE | `p/` | `add` `edit` | The Phone number of a student. - Phone numbers should only contain numbers.
- Numbers should be at least 3 digits.
|
+| EMAIL | `e/` | `add` `edit` | The Email of a student. - Emails should be of the format `local-part@domain`
- The local-part should only contain alphanumeric characters and these special characters `+_.-`
- The domain name must be `@u.nus.edu`.
|
+| TELEGRAM_HANDLE | `th/` | `add` `edit` | The Telegram handle of a student. - Telegram Handles can only use a-z, 0-9 and underscores.
|
+| TAG | `t/` | `add` `edit` | The Tag belonging to a student. - Tags should only contain alphanumeric characters.
|
+| GRADED_TEST | `gt/` | `add` `edit` | The scores of respective graded tests. - Graded Test should only contain alphanumeric characters and spaces.
- Graded Test field should follow this format:
gt/RA1:0 | RA2:0 | MidTerms:0 | Finals:0 | PE:0
|
+| READING_ASSESSMENT_1 | `ra1/` | `editgradedtest` | The score of Reading Assessment 1. - Score should be a positive number.
|
+| READING_ASSESSMENT_2 | `ra2/` | `editgradedtest` | The score of Reading Assessment 2. - Score should be a positive number.
|
+| MIDTERMS | `mt/` | `editgradedtest` | The score of a Midterms exam. - Score should be a positive number.
|
+| FINALS | `f/` | `editgradedtest` | The score of a Finals exam. - Score should be a positive number.
|
+| PRACTICAL_EXAM | `pe/` | `editgradedtest` | The score of a Practical exam. - Score should be a positive number.
|
+| ASSIGNMENT | `as/` | `deletecomment` `editcomment` `editgrade` | The name of an Assignment. - Name should exist in the list of possible assignments.
|
+| GRADE | `g/` | `editgrade` | The grade of an Assignment. - Grade should be a positive number.
- Grade should be less than or equal to (max grade + 75).
- Grade should not have leading 0's.
|
+| COMMENT | `c/` | `editcomment` | The Comment of an Assignment. - Comment should be less than 200 characters.
- Comment should not be empty.
|
+| DATE | `d/` | `addtask` `viewtasks` `createconsult` | The Date. - The format must be dd/MM/yyyy.
|
+| TIME | `tt/` | `createconsult` | The Time. - The format must be HH:mm.
- Time must also be in 24-hour format.
|
+| SESSION | `s/` | `createsession` `deletesession` `takeattendance` `updatesessionremark` | The Session Number of a Tutorial. - Session must only contain numbers.
- Session should not be blank.
|
+| SESSION_REMARK | `r/` | `updatesessionremark` | The remarks of a Session. - Remark must only contain alphanumeric characters and spaces.
|
+| ATTENDANCE_PRESENCE | `ap/` | `takeattendance` | The presence of a student. - Only 2 possible values are allowed: `PRESENT`, `ABSENT`.
|
+| TASK_NAME | `tn/` | `addtask` `viewtasks` | The name of a Task. - Name should only contain alphanumeric characters and spaces.
- Name should not be blank.
|
+| TASK_DESCRIPTION | `td/` | `addtask` `viewtasks` | The description of a Task. - Description should be less than 100 characters.
|
+| TASK_PRIORITY | `tp/` | `addtask` `viewtasks` | The priority of a Task. - Only 3 possible values are allowed: `HIGH`, `MEDIUM`, `LOW`.
|
+| TASK_PROGRESS | `tprog/` | `addtask` `viewtasks` `updateprogress` | The progress of a Task. - Only 3 possible values are allowed: `NOT_STARTED`, `PENDING`, `DONE`.
|
[Back to Table of Contents](#table-of-contents)