Difference between revisions of "Wiki Markup"

From Hornbill
Jump to navigation Jump to search
Line 60: Line 60:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <td>''italics''</td>
+
     <td><nowiki>''italics''</nowiki></td>
 
     <td><i>italics</i></td>
 
     <td><i>italics</i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
     <td>'''bold'''</td>
 
     <td>'''bold'''</td>
     <td><b>bold</b>></td>
+
     <td><b>bold</b></td>
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
 
== Links ==
 
== Links ==
  
 
== Images ==
 
== Images ==

Revision as of 14:45, 15 July 2015

Introduction

For easy formatting of text in Hornbill, wiki markup can be used for adding italics or bold to text, creating bulleted or numbered lists, and defining titles and subtitles. Wiki markup lets you quickly apply some basic formatting to your text as you type, giving it that extra touch to make it stand out.

Section Headings

Using the equal sign (=) on either side of a word creates a section heading. The number of equal signs determines the size of the heading. Each heading is followed by a line break.

Markup Displayed As
= Heading 1 =

Heading 1

== Heading 2 ==

Heading 2

=== Heading 3 ===

Heading 3

Lists

There are two available types of lists, numbered and bulleted.

Bullet List

Markup Displayed As
* Item 1
* Item 2
* Item 3
** Sub Item 1
** Sub Item 2
*** Sub-sub Item 1
  • Item 1
  • Item 2
  • Item 3
    • Sub Item 1
    • Sub Item 2
      • Sub-sub Item 1

Numbered List

Markup Displayed As
# Item 1
# Item 2
# Item 3
## Sub Item 1
## Sub Item 2
### Sub-sub Item 1
  1. Item 1
  2. Item 2
  3. Item 3
    1. Sub Item 1
    2. Sub Item 2
      1. Sub-sub Item 1

Text Formatting

Markup Displayed As
''italics'' italics
bold bold

Links

Images