You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/07/18 11:59:57 UTC

[sling-site] 03/03: fall back to default rendering to avoid md markup in html

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 082f205f2d9ccd6f6ee85eda12b7cacbc00e9e38
Author: Thomas Wolfart <tw...@pro-vision.de>
AuthorDate: Wed Jul 18 09:27:08 2018 +0200

    fall back to default rendering to avoid md markup in html
---
 src/main/jbake/content/documentation/development/sling-mock.md           | 1 -
 .../content/documentation/the-sling-engine/service-authentication.md     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/sling-mock.md b/src/main/jbake/content/documentation/development/sling-mock.md
index 14777d6..696430f 100644
--- a/src/main/jbake/content/documentation/development/sling-mock.md
+++ b/src/main/jbake/content/documentation/development/sling-mock.md
@@ -329,7 +329,6 @@ in the classpath beneath the unit tests. This data can be used as text fixture f
 
 Example JSON data:
 
-    #!json
     {
       "jcr:primaryType": "app:Page",
       "jcr:content": {
diff --git a/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md b/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md
index ae547b6..1247f3f 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/service-authentication.md
@@ -56,7 +56,6 @@ a Resource Resolver and/or JCR Repository user ID for authentication.
 
 Thus the actual service identification (service ID) is defined as:
 
-    #!text
     service-id = service-name [ ":" subservice-name ] .
 
 The `service-name` is the symbolic name of the bundle providing the service.