Author: radu
Date: Tue Sep  6 12:20:22 2016
New Revision: 1759422

URL: http://svn.apache.org/viewvc?rev=1759422&view=rev
Log:
CMS commit to sling by radu

Modified:
    sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext

Modified: 
sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext?rev=1759422&r1=1759421&r2=1759422&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext 
(original)
+++ sling/site/trunk/content/documentation/development/htl-maven-plugin.mdtext 
Tue Sep  6 12:20:22 2016
@@ -8,26 +8,25 @@ provides support for validating HTML Tem
 * [`htl:validate`](#htlvalidate) - validate the scripts from the build 
directory (`${project.build.sourceDirectory}`)
 
 ## Usage
-```
-<build>
-    <plugins>
-        <plugin>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>htl-maven-plugin</artifactId>
-            <version>1.0.0</version>
-            <executions>
-                <execution>
-                    <id>validate-scripts</id>
-                    <goals>
-                        <goal>validate</goal>
-                    </goals>
-                    <phase>compile</phase>
-                </execution>
-            </executions>
-        </plugin>
-    </plugins>
-</build>
-```
+
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>htl-maven-plugin</artifactId>
+                    <version>1.0.0</version>
+                    <executions>
+                        <execution>
+                            <id>validate-scripts</id>
+                            <goals>
+                                <goal>validate</goal>
+                            </goals>
+                            <phase>compile</phase>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </build>
 
 ## `htl:validate`
 **Full name:** `org.apache.sling:htl-maven-plugin:1.0.0:validate`


Reply via email to