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 <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-08-07 13:26:56 -07:00
parent ea1ab2506f
commit 7240b42d83
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ CronOperations are an alpha feature. You must enable Operations by adding
CronOperations use standard cron syntax: CronOperations use standard cron syntax:
``` ```console {linenos=false,copy-lines="none"}
┌───────────── minute (0 - 59) ┌───────────── minute (0 - 59)
│ ┌───────────── hour (0 - 23) │ ┌───────────── hour (0 - 23)
│ │ ┌───────────── day of the month (1 - 31) │ │ ┌───────────── day of the month (1 - 31)