Wiki Markup

From Hornbill
Revision as of 15:24, 15 July 2015 by Jamesa (talk | contribs) (→‎Images)
Jump to navigation Jump to search

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

Single quotation marks ( ' ) are used to format text as either bold or italic. Typing two single quotation marks either side of some text will italicize the text. Typing three single quotation marks either side of some text will bold the text.

Markup Displayed As
''italics'' italics
'''bold''' bold

Links

Hyperlinks to other areas of Hornbill can be added. This includes the ability to provide some friendly text along with the link. These links are internal to your instance of Hornbill. The URL link will always be prefixed with https://live.hornbill.com/<your instance>/

Markup Displayed As
[[newsfeed]] newsfeed
[[newsfeed|Link to your Newsfeed]] Link to your Newsfeed

Images

Markup Displayed As
[https://www.hornbill.com/images/logo.png] Youtube small logo.png

Symbols

Code Snippets