Insert explicit ids for headers

This commit is contained in:
Rob Winch
2023-04-19 10:23:59 -05:00
committed by rstoyanchev
parent 3fe7c65218
commit 9ceb75b228
16 changed files with 58 additions and 2 deletions

View File

@@ -831,6 +831,7 @@ invoking the method again:
----
[[enabling-jsr-107-support]]
=== Enabling JSR-107 Support
You do not need to do anything specific to enable the JSR-107 support alongside Spring's

View File

@@ -763,6 +763,7 @@ Here are some examples:
| `0 0 0 ? * MON#1` | the first Monday in the month at midnight
|===
[[macros]]
=== Macros
Expressions such as `0 0 * * * *` are hard for humans to parse and are, therefore, hard to fix in case of bugs.