From ef0ef32a725810a4b4add17f042d49051b4db7b3 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Sun, 19 Nov 2023 16:20:18 +0000 Subject: Added allowwrap option to fmt-as-table --- web/training-format-table | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/training-format-table') diff --git a/web/training-format-table b/web/training-format-table index 4638578..2e55775 100755 --- a/web/training-format-table +++ b/web/training-format-table @@ -6,7 +6,7 @@ # months. # 2023-10 -fmt-as-table "$1/2023-10" "Index Date Sit-ups Planks Squats Ball Squats Comments" "collapsible(2023-10)" +fmt-as-table "$1/2023-10" "Index Date Sit-ups Planks Squats Ball Squats Comments" "collapsible(2023-10),allowwrap" # 2023-11 -fmt-as-table "$1/2023-11" "Index Date Press-ups Planks Dumbbells Ball Squats Comments" "collapsible(2023-11)" +fmt-as-table "$1/2023-11" "Index Date Press-ups Planks Dumbbells Ball Squats Comments" "collapsible(2023-11),allowwrap" -- cgit v1.2.1