Skip to content

Commit

Permalink
Merge pull request #222 from cyqjoseph/master
Browse files Browse the repository at this point in the history
Add page breaks to UserGuide
  • Loading branch information
cyqjoseph authored Apr 15, 2024
2 parents ced8a38 + 179abaa commit f05da1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ It will open a window similar to this:
</div>

--------------------------------------------------------------------------------------------------------------------
<div style="page-break-after: always;"></div>
### Contact Management

#### Adding a contact: `add`
Expand Down Expand Up @@ -490,7 +491,7 @@ Below is the expected contact list after running `delete 3`, we observe `Sarah J
`find John` followed by `delete 1` deletes the 1st person with the name `John`.

</div>

<br>
<div markdown="block" class="alert alert-danger">

**:exclamation: Be careful!**<br>
Expand All @@ -501,6 +502,7 @@ This command is **irreversible**, the deleted contact information will be lost!

[Back To Top](#table-of-contents)

<div style="page-break-after: always;"></div>
### Booking Management

#### Adding a booking : `book`
Expand Down

0 comments on commit f05da1d

Please sign in to comment.