From df9a871a0a9b08665aa49efde9c93035a202ed09 Mon Sep 17 00:00:00 2001 From: H4mes <123077808+H4mes@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:29:21 +0800 Subject: [PATCH] Realign images sort persons --- docs/UserGuide.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index bbfb59ced75..ac53f6d6a79 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -297,18 +297,18 @@ Format: `sort n/` Example: * `sort n/` sorts all persons in PressPlanner in ascending order by the lexicographical (alphabetical) ordering of their names. -Before sorting: -(Aaron Tan and Barry Allen are recent additions to the template data and are currently at the end of the list) +* Before sorting: + * (Aaron Tan and Barry Allen are recent additions to the template data and are currently at the end of the list) -![before sorting people](images/beforeSortingPeople.png) + ![before sorting people](images/beforeSortingPeople.png) -After sorting: -(Both Aaron Tan and Barry Allen moved up the list and are now in order with respect to ascending alphabetical ordering of their names) +* After sorting: + * (Both Aaron Tan and Barry Allen moved up the list and are now in order with respect to ascending alphabetical ordering of their names) -![after sorting people](images/afterSortingPeople.png) + ![after sorting people](images/afterSortingPeople.png) -Success message shown: -`sorted all persons by name` +* Success message shown: + * `sorted all persons by name` ### [3.1.8. Clearing All Persons : `clear`](#31-managing-contacts)