Skip to content

Commit 7240b42

Browse files
committed
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 <[email protected]>
1 parent ea1ab25 commit 7240b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/master/operations/cronoperation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CronOperations are an alpha feature. You must enable Operations by adding
5757

5858
CronOperations use standard cron syntax:
5959

60-
```
60+
```console {linenos=false,copy-lines="none"}
6161
┌───────────── minute (0 - 59)
6262
│ ┌───────────── hour (0 - 23)
6363
│ │ ┌───────────── day of the month (1 - 31)

0 commit comments

Comments
 (0)