Trying another way to make "Explanation" fixed width

This commit is contained in:
Gary Moore 2020-12-03 16:48:07 -08:00 committed by GitHub
parent afaf69beb0
commit 43e4e814b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,11 +171,12 @@ See [https://puppet.com/blog/automating-puppet-cron-jobs-and-scheduled-tasks/](h
**Explanation**
`+—————- minute (values: 0 59) (special characters: , * /) <br>
<pre>
+—————- minute (values: 0 59) (special characters: , * /) <br>
| +————- hour (values: 0 23) (special characters: , * /) <br>
| | +———- day of month (values: 1 31) (special characters: , * / L W C) <br>
| | | +——- month (values: 1 12) (special characters: ,- * / ) <br>
| | | | +—- day of week (values: 0 6) (Sunday=0 or 7) (special characters: , * / L W C) <br>
| | | | |*****command to be executed`
| | | | |*****command to be executed
</pre>