@@ -20,11 +20,11 @@ The Calendar Picker utility provides functions for interacting with the differen
2020 - [ Table of Contents] ( #table-of-contents )
2121 - [ Summary of Calendar Types] ( #summary-of-calendar-types )
2222 - [ Main Methods] ( #main-methods )
23- - [ calendar \_ picker \_ ddmmyyyy (V1 Calendar Picker)] ( #calendar_picker_ddmmyyyy-v1-calendar-picker )
24- - [ calendar \_ picker \_ ddmonyy (V2 Calendar Picker)] ( #calendar_picker_ddmonyy-v2-calendar-picker )
25- - [ v1 \_ calender \_ picker (V1 Calendar Picker)] ( #v1_calender_picker-v1-calendar-picker )
26- - [ v2 \_ calendar \_ picker (V2 Calendar Picker)] ( #v2_calendar_picker-v2-calendar-picker )
27- - [ book \_ first \_ eligible \_ appointment (Appointments Calendar)] ( #book_first_eligible_appointment-appointments-calendar )
23+ - [ ` calendar_picker_ddmmyyyy ` (V1 Calendar Picker)] ( #calendar_picker_ddmmyyyy-v1-calendar-picker )
24+ - [ ` calendar_picker_ddmonyy ` (V2 Calendar Picker)] ( #calendar_picker_ddmonyy-v2-calendar-picker )
25+ - [ ` v1_calender_picker ` (V1 Calendar Picker)] ( #v1_calender_picker-v1-calendar-picker )
26+ - [ ` v2_calendar_picker ` (V2 Calendar Picker)] ( #v2_calendar_picker-v2-calendar-picker )
27+ - [ ` book_first_eligible_appointment ` (Appointments Calendar)] ( #book_first_eligible_appointment-appointments-calendar )
2828 - [ Supporting Methods] ( #supporting-methods )
2929 - [ Example Usage] ( #example-usage )
3030
@@ -42,7 +42,7 @@ The Calendar Picker utility provides functions for interacting with the differen
4242
4343## Main Methods
4444
45- ### calendar_picker_ddmmyyyy (V1 Calendar Picker)
45+ ### ` calendar_picker_ddmmyyyy ` (V1 Calendar Picker)
4646
4747Inputs a date as a string in the format ` dd/mm/yyyy ` (e.g. 16/01/2025) into a field, instead of using the picker UI.
4848
@@ -56,7 +56,7 @@ Formats the date using DateTimeUtils and enters it directly into the field.
5656
5757---
5858
59- ### calendar_picker_ddmonyy (V2 Calendar Picker)
59+ ### ` calendar_picker_ddmonyy ` (V2 Calendar Picker)
6060
6161Inputs a date as a string in the format ` dd mon yy ` (e.g. 16 Jan 25) into a field, instead of using the picker UI.
6262
@@ -70,7 +70,7 @@ Formats the date using DateTimeUtils (with OS-specific handling) and enters it d
7070
7171---
7272
73- ### v1_calender_picker (V1 Calendar Picker)
73+ ### ` v1_calender_picker ` (V1 Calendar Picker)
7474
7575Uses the navigation buttons (` << ` , ` < ` , ` > ` , ` >> ` ) to select a date in the V1 calendar picker.
7676
@@ -83,7 +83,7 @@ Determines how many years/months to traverse, navigates using the appropriate bu
8383
8484---
8585
86- ### v2_calendar_picker (V2 Calendar Picker)
86+ ### ` v2_calendar_picker ` (V2 Calendar Picker)
8787
8888Uses the navigation controls to select a date in the V2 calendar picker, which allows for faster navigation by expanding the view.
8989
@@ -96,7 +96,7 @@ Calculates the required navigation steps, expands the picker view as needed, and
9696
9797---
9898
99- ### book_first_eligible_appointment (Appointments Calendar)
99+ ### ` book_first_eligible_appointment ` (Appointments Calendar)
100100
101101Selects the first day with available appointment slots in the appointments calendar (which shows two months side by side).
102102
0 commit comments