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:06:42 UTC

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

Author: ihabunek
Date: Thu Jan 17 10:06:42 2013
New Revision: 1434604

URL: http://svn.apache.org/viewvc?rev=1434604&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=1434604&r1=1434603&r2=1434604&view=diff
==============================================================================
--- logging/site/cms/trunk/content/test.twig (original)
+++ logging/site/cms/trunk/content/test.twig Thu Jan 17 10:06:42 2013
@@ -3,15 +3,18 @@
 {% block title %}Test page{% endblock %}
 
 {% block content %}
-{% filter textile %}
+
 
 This is a test page. Please ignore.
 
-* a
-* b
-* c
+{% filter textile %}
+This is *textile*.
+{% endfilter %}
 
+{% filter markdown %}
+This is *markdown*.
 {% endfilter %}
+
 {% endblock %}
 
 {% comment %}
@@ -29,4 +32,4 @@ distributed under the License is distrib
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-{% endcomment %}
+{% endcomment %}
\ No newline at end of file