Skip to content

Commit

Permalink
Fix broken tables in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aslam341 committed Nov 13, 2023
1 parent 21414d0 commit fdb822a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ Format: `exit`
<a name="command-parameters-1"></a>
<!-- The table below is inspired by https://ay2324s1-cs2103t-w08-1.github.io/tp/UserGuide.html#command-parameters-1 -->
### Command Parameters

| Parameter | Description​ | Examples​ |
|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
| `NAME` | The employee's name.<br/><br/> It should only contain alphanumeric characters and spaces.<br/><br/> It should not be blank and should not exceed 80 characters. | <ul><li>`John Doe`</li><li>`Vishnu`</li></ul> |
Expand Down Expand Up @@ -602,6 +603,7 @@ Examples:
<a name="command-parameters-2"></a>
<!-- The table below is inspired by https://ay2324s1-cs2103t-w08-1.github.io/tp/UserGuide.html#command-parameters-1 -->
### Command Parameters
| Parameter | Description​ | Examples​ |
|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|
| `NAME`/ `PROJECT_NAME` | The project's name.<br/><br/> It should only contain alphanumeric characters and spaces.<br/><br/> It should not be blank and should not exceed 80 characters. | <ul><li>`Website Redesign`</li><li>`Market Sentiment Analysis`</li></ul> |
Expand Down Expand Up @@ -807,6 +809,7 @@ Examples:
<a name="command-parameters-3"></a>
<!-- The table below is inspired by https://ay2324s1-cs2103t-w08-1.github.io/tp/UserGuide.html#command-parameters-1 -->
### Command Parameters
| Parameter | Description​ | Examples​ |
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|
| `TASK_NAME` | The task's name.<br/><br/> It should only contain alphanumeric characters and spaces.<br/><br/> It should not be blank and should not exceed 80 characters. | <ul><li>`Create Wireframes`</li><li>`Responsive Web Design`</li></ul> |
Expand Down Expand Up @@ -927,6 +930,7 @@ Format: `sortT`
<a name="command-parameters-4"></a>
<!-- The table below is inspired by https://ay2324s1-cs2103t-w08-1.github.io/tp/UserGuide.html#command-parameters-1 -->
### Command Parameters
| Parameter | Description​ | Examples​ |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|
| `PROJECT_INDEX` | The index number of the project as shown in the project panel.<br/><br/> It should be a positive integer, and should not be more than the number of projects currently shown in the displayed project panel. It should be less than 1000. | <ul><li>`1`</li></ul> |
Expand Down

0 comments on commit fdb822a

Please sign in to comment.