Difference between revisions of "Wiki Markup"

From Hornbill
Jump to navigation Jump to search
Line 25: Line 25:
  
 
=== Lists ===
 
=== Lists ===
There are two available types of lists, numbered and bulleted.
+
There are two available types of lists, numbered and bulleted.
 
 
<table>
 
<tr>
 
    <td>''Markup''</td>
 
    <td>''Displayed As''</td>
 
</tr>
 
<tr>
 
    <td>* Bullet Item 1 * Bullet Item 2</td>
 
    <td><h1> Heading 1</h1></td>
 
</tr>
 
<tr>
 
    <td>== Heading 2  ==</td>
 
    <td><h2> Heading 2</h2></td>
 
</tr>
 
<tr>
 
    <td>=== Heading 3  ===</td>
 
    <td><h3> Heading 3</h3></td>
 
</tr>
 
</table>
 

Revision as of 13:14, 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.