Author: robweir
Date: Wed Dec 19 16:25:53 2012
New Revision: 1423924
URL: http://svn.apache.org/viewvc?rev=1423924&view=rev
Log:
CMS commit to ooo-site by robweir
Modified:
openoffice/ooo-site/trunk/content/style-test.mdtext
Modified: openoffice/ooo-site/trunk/content/style-test.mdtext
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/style-test.mdtext?rev=1423924&r1=1423923&r2=1423924&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/style-test.mdtext (original)
+++ openoffice/ooo-site/trunk/content/style-test.mdtext Wed Dec 19 16:25:53 2012
@@ -1,49 +1,52 @@
-Title: This is the title
-Notice: Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, 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.
-
-# This is a level 1 header
-## This is a level 2 header
-### This is a level 3 header
-##### This is a level 4 header
-###### This is a level 5 header
-
-
-This is ordinary text in a paragraph. This is **bold**, *italics* and a
[hyperlink](http://www.openoffice.org).
-
-> This is a blockquote. Lorem ipsum dolor sit amet,
-> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
-> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
->
-
- This is a code block
- int x = 3;
- x++;
- printf("%d",x);
-
- - This is an list item in an unordered list
- - This is an list item in an unordered list
- - This is an list item in an unordered list
-
-
-1. This is an list item in an ordered list
-1. This is an list item in an ordered list
-1. This is an list item in an ordered list
-
-
-
-
+Title: This is the title
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, 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.
+
+# This is a level 1 header
+## This is a level 2 header
+### This is a level 3 header
+##### This is a level 4 header
+###### This is a level 5 header
+
+
+This is ordinary text in a paragraph. This is **bold**, *italics* and a
[hyperlink](http://www.openoffice.org).
+
+> This is a blockquote. Lorem ipsum dolor sit amet,
+> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
+> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
+
+
+ * This is a list item in an unordered list
+ * This is a list item in an unordered list
+ * This is a list item in an unordered list
+ * This is a nested list item
+ * This is a nested list item
+
+Here is a horizontal rule
+
+---
+
+ This is a code block
+ int x = 3;
+ x++;
+ printf("%d",x);
+
+
+1. This is an list item in an ordered list
+1. This is an list item in an ordered list
+1. This is an list item in an ordered list
+