Skip to content

Commit

Permalink
Merge pull request #269 from aslam341/br-userguide
Browse files Browse the repository at this point in the history
Fix broken tables in github pages
  • Loading branch information
antonTan96 authored Nov 13, 2023
2 parents 5f14aec + 10c5a9d commit f09dcfe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 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 @@ -843,11 +846,11 @@ Examples:
### Delete a task from a project: `deleteT`
Deletes the specified task(s) from the specified project in TaskHub.
Delete the specified task(s) from the specified project in TaskHub.
Format: `deleteT pr/PROJECT_INDEX t/TASK_INDEX [MORE_TASK_INDEXES]`
* Deletes the tasks at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`.
* Delete the task(s) at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`.
* The project index refers to the index number shown in the displayed project panel.
* The task index(es) refer to the index number(s) shown in the task list of the above specified project.
* The indexes **must be positive integers** 1, 2, 3,...
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 f09dcfe

Please sign in to comment.