Difference between revisions of "Wiki Markup"

From Hornbill
Jump to navigation Jump to search
Line 2: Line 2:
 
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.
 
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 ===
+
== 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.
 
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.
  
Line 24: Line 24:
 
</table>
 
</table>
  
=== Lists ===
+
== Lists ==
 
There are two available types of lists, numbered and bulleted.
 
There are two available types of lists, numbered and bulleted.
  
==== Bullet List ====
+
=== Bullet List ===
 
<table width="65%">
 
<table width="65%">
 
<tr>
 
<tr>
Line 40: Line 40:
 
</table>
 
</table>
  
==== Numbered List ====
+
=== Numbered List ===
 
<table width="65%">
 
<table width="65%">
 
<tr>
 
<tr>
Line 51: Line 51:
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
 +
== Text Formatting ==
 +
 +
== Links ==
 +
 +
== Images ==

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

Links

Images