<docbook><section><title>TextFormattingRules</title><title> Text formatting tips</title> Text formatting tips
<table><title /><tgroup><thead /><tbody>   <row>     <entry>*Bold*</entry>     <entry>⇒</entry>     <entry>       Bold Text     </entry>   </row>   <row>     <entry>_Italic_</entry>     <entry>⇒</entry>     <entry>       Italic     </entry>   </row>   <row>     <entry>__Bold Italic__</entry>     <entry>⇒</entry>     <entry>       Bold Italic     </entry>   </row>   <row>     <entry>=Fixed Font=</entry>     <entry>⇒</entry>     <entry>       Fixed Font     </entry>   </row>   <row>     <entry>==Bold Fixed Font==</entry>     <entry>⇒</entry>     <entry>       Bold Fixed Font     </entry>   </row>   <row>     <entry>[[http://foo.com][link]]</entry>     <entry>⇒</entry>     <entry>       <ulink url="http://openlinksw.com">link</ulink>     </entry>   </row>   <row>     <entry>[[http://foo.com link]]</entry>     <entry>⇒</entry>     <entry>       <ulink url="http://openlinksw.com">link</ulink>     </entry>   </row>   <row>     <entry>[[some human readable topic name]]</entry>     <entry>⇒</entry>     <entry>       link to SomeHumanReadableTopicName topic     </entry>   </row>   <row>     <entry>[[property:=value]]</entry>     <entry>⇒</entry>     <entry>       defines some property for current topic     </entry>   </row>   <row>     <entry>[[property::WikiWord]]</entry>     <entry>⇒</entry>     <entry>       defines some relation with another topic     </entry>   </row>   <row>     <entry>   * Bulleted   * List        <emphasis>(begin line with 3 spaces)</emphasis>     </entry>     <entry>⇒</entry>     <entry>       <itemizedlist mark="bullet" spacing="compact"> 	<listitem>Bulleted</listitem> 	<listitem>List</listitem>       </itemizedlist>     </entry>   </row>   <row>     <entry>   1 Ordered   1 List       <emphasis>(begin line with 3 spaces)</emphasis>     </entry>     <entry>⇒</entry>     <entry>       <orderedlist spacing="compact"> 	<listitem>Ordered</listitem> 	<listitem>List</listitem>       </orderedlist>     </entry>   </row>   <row>     <entry>   Term: description text       <emphasis>(begin line with 3 spaces, then term, colons, description )</emphasis>     </entry>     <entry>⇒</entry>     <entry> <span style="color: red">
      UNKNOWN tag:
      http://www.w3.org/1999/xhtml:dtTerm</span><span style="color: red">
      UNKNOWN tag:
      http://www.w3.org/1999/xhtml:dddescription text     </span></entry>   </row>   <row>     <entry>Headings: ---+ Lvl 1---++ Lvl 2---+++ Lvl 3---++++Lvl 4</entry>     <entry>⇒</entry>     <entry>       Lvl 1              Lvl 2              Lvl 3              Lvl 4        <span style="color: red">
      UNKNOWN tag:
      http://www.w3.org/1999/xhtml:dt*Note*</span><span style="color: red">
      UNKNOWN tag:
      http://www.w3.org/1999/xhtml:ddup to nine dashes are recognized     </span></entry>   </row>   <row>     <entry>|*hdr1*|*hdr2*|*hdr3*||col1|col2|col3|</entry>     <entry>⇒</entry>     <entry>Table</entry>   </row>   <row>     <entry>%MACRONAME{&quot;context&quot;}%</entry>     <entry>⇒</entry>     <entry>Macro MACRONAME call</entry>   </row>   <row>     <entry>&lt;noautolink&gt;...&lt;/noautolink&gt;</entry>     <entry>⇒</entry>     <entry>disable automatic WikiWord recognition</entry>   </row>

<para>  </para><row>     <entry>&lt;plainhtml&gt;...&lt;/plainhtml&gt;</entry>     <entry>⇒</entry>     <entry>disable any wiki markup recognition except WikiWord automatic recognition</entry>   </row>
<para>  </para><row>     <entry>&lt;nowiki&gt;...&lt;/nowiki&gt;</entry>     <entry>⇒</entry>     <entry>disable any wiki markup recognition</entry>   </row>
<para>  </para><row>     <entry>&lt;verbatim&gt;...&lt;/verbatim&gt;</entry>     <entry>⇒</entry>     <entry>disable HTML rendering</entry>   </row>
</tbody></tgroup></table><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> Wiki Words and links</bridgehead>
 Capitalized words written together are wikiwords, which will be automatically linked.
 Ex: WikiWord, PlanetTellus.<para>You mayLink references within page (anchors) are defined by writing a wikiword starting with hash in beginning of line.
 Ex: #MyAnchor.
 Use square brackets to make links to them: [[#MyAnchor][Link]] or [[MyTopic#MyAnchor][Jump]]</para>
<para>Please follow the <ulink url="Doc.GoodStyle">Good Style Guidelines</ulink> when writing entries.</para>
</section></docbook>