Author: robweir Date: Wed Dec 19 16:07:12 2012 New Revision: 1423913 URL: http://svn.apache.org/viewvc?rev=1423913&view=rev Log: (empty)
Added: openoffice/site/trunk/content/style-test.mdtext Added: openoffice/site/trunk/content/style-test.mdtext URL: http://svn.apache.org/viewvc/openoffice/site/trunk/content/style-test.mdtext?rev=1423913&view=auto ============================================================================== --- openoffice/site/trunk/content/style-test.mdtext (added) +++ openoffice/site/trunk/content/style-test.mdtext Wed Dec 19 16:07:12 2012 @@ -0,0 +1,49 @@ +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 + + + +