You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2013/01/17 11:08:59 UTC

svn commit: r1434606 - /logging/site/cms/trunk/content/test.twig

Author: ihabunek
Date: Thu Jan 17 10:08:58 2013
New Revision: 1434606

URL: http://svn.apache.org/viewvc?rev=1434606&view=rev
Log:
CMS commit to logging by ihabunek

Modified:
    logging/site/cms/trunk/content/test.twig

Modified: logging/site/cms/trunk/content/test.twig
URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/content/test.twig?rev=1434606&r1=1434605&r2=1434606&view=diff
==============================================================================
--- logging/site/cms/trunk/content/test.twig (original)
+++ logging/site/cms/trunk/content/test.twig Thu Jan 17 10:08:58 2013
@@ -4,8 +4,7 @@
 
 {% block content %}
 
-
-This is a test page. Please ignore.
+<p>This is a test page. Please ignore.</p>
 
 {% filter textile %}
 This is *textile*.
@@ -15,6 +14,10 @@ This is *textile*.
 This is *markdown*.
 {% endfilter %}
 
+{% filter restructuredtext %}
+This is *restructuredtext*.
+{% endfilter %}
+
 {% endblock %}
 
 {% comment %}