From 7240b42d833e8365d8059dd3ef238766ed94302c Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 7 Aug 2025 13:26:56 -0700 Subject: [PATCH] Fix code block rendering for cron syntax diagram Change from plain code block to console with disabled line numbers and copy functionality per docs engineer feedback. Improves visual presentation of the cron schedule diagram. Signed-off-by: Nic Cope --- content/master/operations/cronoperation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/master/operations/cronoperation.md b/content/master/operations/cronoperation.md index 47de4c6d..fbfe08b5 100644 --- a/content/master/operations/cronoperation.md +++ b/content/master/operations/cronoperation.md @@ -57,7 +57,7 @@ CronOperations are an alpha feature. You must enable Operations by adding CronOperations use standard cron syntax: -``` +```console {linenos=false,copy-lines="none"} ┌───────────── minute (0 - 59) │ ┌───────────── hour (0 - 23) │ │ ┌───────────── day of the month (1 - 31)