Use consistent asciidoctor subs attribute
Closes gh-25101
This commit is contained in:
@@ -15,7 +15,7 @@ You can use a configprop:spring.profiles.active[] `Environment` property to spec
|
||||
You can specify the property in any of the ways described earlier in this chapter.
|
||||
For example, you could include it in your `application.properties`, as shown in the following example:
|
||||
|
||||
[source,yaml,indent=0,configprops,configblocks]
|
||||
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
|
||||
----
|
||||
spring:
|
||||
profiles:
|
||||
@@ -48,7 +48,7 @@ A profile group allows you to define a logical name for a related group of profi
|
||||
|
||||
For example, we can create a `production` group that consists of our `proddb` and `prodmq` profiles.
|
||||
|
||||
[source,yaml,indent=0,configblocks]
|
||||
[source,yaml,indent=0,subs="verbatim",configblocks]
|
||||
----
|
||||
spring:
|
||||
profiles:
|
||||
|
||||
Reference in New Issue
Block a user