[jboss-svn-commits] JBL Code SVN: r29955 - labs/jbosslabs/labs-3.0-build/integration/cs-wiki/trunk/src/main/web.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 4 09:16:09 EST 2009
Author: lkrzyzanek
Date: 2009-11-04 09:16:08 -0500 (Wed, 04 Nov 2009)
New Revision: 29955
Modified:
labs/jbosslabs/labs-3.0-build/integration/cs-wiki/trunk/src/main/web/README.html
Log:
commented img tags and added example
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-wiki/trunk/src/main/web/README.html
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-wiki/trunk/src/main/web/README.html 2009-11-04 14:06:30 UTC (rev 29954)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-wiki/trunk/src/main/web/README.html 2009-11-04 14:16:08 UTC (rev 29955)
@@ -382,13 +382,17 @@
!http://../post.gif!
</TD>
<TD>
- <IMG src="./Text Markup Syntax Help_files/post-16x16.gif" alt="Post" border="0">
+ Omitted
+ <!-- <IMG src="./Text Markup Syntax Help_files/post-16x16.gif" alt="Post" border="0">-->
</TD>
</TR>
<TR>
<TD>Internal image</TD>
<TD>!post.gif!</TD>
- <TD><IMG src="./Text Markup Syntax Help_files/post-16x16.gif" alt="Post" border="0"></TD>
+ <TD>
+ Omitted
+ <!-- <IMG src="./Text Markup Syntax Help_files/post-16x16.gif" alt="Post" border="0"> -->
+ </TD>
</TR>
<TR>
<TD>External site</TD>
@@ -517,6 +521,130 @@
</TR>
</TBODY>
</TABLE>
+
+<H1>Example</H1>
+<pre>
+h1. Wiki markup help
+||Item||Makrup||Result||
+|Bold|{noformat}*ABC*{noformat}|*ABC*|
+|Italic|{noformat}+ABC+{noformat}|+ABC+|
+|Underline|{noformat}_ABC_{noformat}|_ABC_|
+|Superscript|{noformat}3^rd^{noformat}|3^rd^|
+|Subscript|{noformat}2~n~{noformat}|2~n~|
+|Strikethrough|{noformat}--ABC--{noformat}|--ABC--|
+|No formatting|{noformat}*ABC*{noformat}|{noformat}*ABC*{noformat}|
+|Color|{noformat}{color:#f00}ABC{color}{noformat}|{color:#f00}ABC{color}|
+|Color|{noformat}{color:blue}ABC{color}{noformat}|{color:blue}ABC{color}|
+|Color|{noformat}{font:courier new}ABC{font}{noformat}|{font:courier new}ABC{font}|
+|Font|{noformat}{size:16px}ABC{size}{noformat}|{size:16px}ABC{size}|
+|Line|{noformat}----{noformat}|----|
+
+h2. Numbered list
+{noformat}
+# ABC
+# DEF
+{noformat}
+# ABC
+# DEF
+
+h2. Bulleted list
+{noformat}
+* ABC
+* DEF
+{noformat}
+* ABC
+* DEF
+
+h2. Blockquote
+{noformat}
+bq. ABC
+{noformat}
+bq. ABC
+
+h2. Heading
+{noformat}
+h1. ABC
+h2. ABC
+h3. ABC
+h4. ABC
+h5. ABC
+h6. ABC
+{noformat}
+h1. ABC
+h2. ABC
+h3. ABC
+h4. ABC
+h5. ABC
+h6. ABC
+
+h2. Quoted text
+{noformat}
+{quote}
+ABC
+{quote}
+{noformat}
+
+{quote}
+ABC
+{quote}
+
+{noformat}
+{quote:title=ABC title}
+ABC
+
+{quote}
+{noformat}
+{quote:title=ABC title}
+ABC
+{quote}
+
+h2. Syntax highlighting
+
+h3. Java
+{noformat}
+{code:java}
+import com.jivesoftware.community.*;
+{code}
+{noformat}
+
+{code:java} import com.jivesoftware.community.*; {code}
+
+
+h3. XML
+
+{noformat}
+{code:xml}
+<A>
+ <B></B>
+ <C property="value"></C>
+</A>
+{code}
+{noformat}
+{code:xml}
+ <A>
+ <B></B>
+ <C property="value"></C>
+</A>
+{code}
+
+h3. SQL
+{noformat}
+{code:sql}
+SELECT COUNT(*) FROM abc;
+{code}
+{noformat}
+{code:sql}
+SELECT COUNT(*) FROM abc;
+{code}
+h2. Links
+||Item||Markup||Result||
+|External Site|{noformat}[http://www.jboss.org]{noformat}|[http://www.jboss.org]|
+|External Site with label|{noformat}[JBoss Community|http://www.jboss.org]{noformat}|[JBoss Community|http://www.jboss.org]|
+|Document|{noformat}{document:id=14251}{noformat}|{document:id=14251}|
+|Space|{noformat}{community:id=1}{noformat}|{community:id=1}|
+|User profile|{noformat}{user:username=admin}{noformat}|{user:username=admin}|
+</pre>
+
</DIV>
<!-- END jive-markup-help -->
More information about the jboss-svn-commits
mailing list