Discussion:
svn commit: r1751656 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
s***@apache.org
2016-07-06 11:22:15 UTC
Permalink
Author: sjur
Date: Wed Jul 6 11:22:15 2016
New Revision: 1751656

URL: http://svn.apache.org/viewvc?rev=1751656&view=rev
Log:
Added more subsections, both to test rendering using the fleece skin, and to demonstrate the capability for new users.

Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml?rev=1751656&r1=1751655&r2=1751656&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml Wed Jul 6 11:22:15 2016
@@ -258,6 +258,24 @@
<p>
Which contains a subsection (2.1).
</p>
+ <section id="sub-sub-sub-section">
+ <title>Section 2.1.1</title>
+ <p>
+ Which contains one more subsection (2.1.1).
+ </p>
+ <section id="sub-sub-sub-sub-section">
+ <title>Section 2.1.1.1</title>
+ <p>
+ Which contains one more subsection (2.1.1.1).
+ </p>
+ <section id="sub-sub-sub-sub-sub-section">
+ <title>Section 2.1.1.1.1</title>
+ <p>
+ Which contains one more subsection (2.1.1.1.1).
+ </p>
+ </section>
+ </section>
+ </section>
</section>
</section>
<section id="source">

Loading...