Commit ca0e883
committed
fix: [#315] Fix markdown emphasis spacing errors in documentation
Fixed MD037 linting errors:
- Line 938: Changed (_/5 _ * * *) to (`_/5 _ * * *`)
- Line 995: Changed (_/5 _ * * *) to (`_/5 _ * * *`)
- Also updated related cron schedule references to use code formatting
All linters now pass.1 parent ad4ead6 commit ca0e883
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
| 938 | + | |
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
996 | | - | |
| 995 | + | |
| 996 | + | |
997 | 997 | | |
998 | 998 | | |
999 | 999 | | |
| |||
0 commit comments