Revert "Fix AsciiDoc attribute substitution in MapStruct and Jasypt documentation"

This reverts commit 9be20b7862b5794df20d1f7976d24b4a7b23c3db.
diff --git a/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc b/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
index 745fa33..4d4b25d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/jasypt.adoc
@@ -57,7 +57,7 @@
 Any Camel configuration property added to `application.properties` can be secured with Jasypt.
 To encrypt a value, there is a utility that can be run with https://www.jbang.dev/[JBang].
 
-[source,shell,subs="attributes"]
+[source]
 ----
 jbang org.apache.camel:camel-jasypt:{camel-version} -c encrypt -p secret-password -i "Some secret content"
 ----
diff --git a/docs/modules/ROOT/pages/reference/extensions/mapstruct.adoc b/docs/modules/ROOT/pages/reference/extensions/mapstruct.adoc
index aaa9c9a..4d2268c 100644
--- a/docs/modules/ROOT/pages/reference/extensions/mapstruct.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/mapstruct.adoc
@@ -54,7 +54,7 @@
 [id="extensions-mapstruct-usage-maven"]
 ==== Maven
 
-[source,xml,subs="attributes"]
+[source,xml]
 ----
 <plugins>
     <plugin>
@@ -76,7 +76,7 @@
 [id="extensions-mapstruct-usage-gradle"]
 ==== Gradle
 
-[source,gradle,subs="attributes"]
+[source,gradle]
 ----
 dependencies {
     annotationProcessor 'org.mapstruct:mapstruct-processor:{mapstruct-version}'
diff --git a/extensions/jasypt/runtime/src/main/doc/usage.adoc b/extensions/jasypt/runtime/src/main/doc/usage.adoc
index f56050e..f8a55b4 100644
--- a/extensions/jasypt/runtime/src/main/doc/usage.adoc
+++ b/extensions/jasypt/runtime/src/main/doc/usage.adoc
@@ -9,7 +9,7 @@
 Any Camel configuration property added to `application.properties` can be secured with Jasypt.
 To encrypt a value, there is a utility that can be run with https://www.jbang.dev/[JBang].
 
-[source,shell,subs="attributes"]
+[source]
 ----
 jbang org.apache.camel:camel-jasypt:{camel-version} -c encrypt -p secret-password -i "Some secret content"
 ----
diff --git a/extensions/mapstruct/runtime/src/main/doc/usage.adoc b/extensions/mapstruct/runtime/src/main/doc/usage.adoc
index 60e073a..dad335f 100644
--- a/extensions/mapstruct/runtime/src/main/doc/usage.adoc
+++ b/extensions/mapstruct/runtime/src/main/doc/usage.adoc
@@ -4,7 +4,7 @@
 
 ==== Maven
 
-[source,xml,subs="attributes"]
+[source,xml]
 ----
 <plugins>
     <plugin>
@@ -25,7 +25,7 @@
 
 ==== Gradle
 
-[source,gradle,subs="attributes"]
+[source,gradle]
 ----
 dependencies {
     annotationProcessor 'org.mapstruct:mapstruct-processor:{mapstruct-version}'