Enable table striping by default in the reference manual

Closes gh-32022
This commit is contained in:
Sam Brannen
2024-01-13 14:50:16 +01:00
parent 47779d6a53
commit 9f5cda958e
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ asciidoc:
# FIXME: The package is not renamed # FIXME: The package is not renamed
chomp: 'all' chomp: 'all'
fold: 'all' fold: 'all'
table-stripes: 'odd'
include-java: 'example$docs-src/main/java/org/springframework/docs' include-java: 'example$docs-src/main/java/org/springframework/docs'
spring-site: 'https://spring.io' spring-site: 'https://spring.io'
spring-site-blog: '{spring-site}/blog' spring-site-blog: '{spring-site}/blog'

View File

@@ -19,7 +19,7 @@ of the classpath -- for example, deployed within the application's JAR file.
The following table lists all currently supported Spring properties. The following table lists all currently supported Spring properties.
.Supported Spring Properties .Supported Spring Properties
[cols="1,1", stripes=odd] [cols="1,1"]
|=== |===
| Name | Description | Name | Description