mirror of https://github.com/crossplane/docs.git
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:
parent
ea1ab2506f
commit
7240b42d83
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue