Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

This page provides hints / tips on common styles and editing tasks within the DSpace Wiki

...

.

Table of Contents

Table of Contents
exclude.*heading.*

...

Basic Wiki Markup Formatting

...

For more ideas and approaches see the Confluence documentation:

...

Panel

This section is only valid if you prefer to edit the Wiki using the "Wiki Markup" tab. If you instead tend to use the "Rich Text" tab, most of these basic formatting options are built into the editing toolbar

Format

What you need to type

What you will get

Bold / Strong

*strong*

strong

Italics / Emphasis

_emphasis_

emphasis

Inline Citation

??citation??

citation

Deleted / Strikethrough

-deleted-

deleted

Underlined

+underlined+

underlined

Superscript

word ^superscript^

word superscript

Subscript

word ~subscript~

word subscript

Inline Code

{{ inline monospaced code }}

inline monospaced code

Colored Text

{color:red}look ma, red text!{color}

look ma, red text!

Code Sections

{code}sections of formated code{code}

Code Block
sections of formated code

Block Quote

{quote}here is quoteble
content to be quoted{quote}

here is quoteble
content to be quoted

Formatted Panel
See Panel Macro for more info.

{panel}text in here displays in a panel{panel}

Panel

text in here displays in a panel

Headings

What you need to type

What you will get

h1. Biggest heading

Biggest heading

h2. Bigger heading

Bigger heading

h3. Big heading

Big heading

h4. Normal heading

Normal heading

h5. Small heading

Small heading

h6. Smallest heading

Smallest heading

Lists

What you need to type

What you will get

Bulleted List:
* Item 1
** Item 1.1
** Item 1.2
* Item 2

Bulleted List:

  • Item 1
    • Item 1.1
    • Item 1.2
  • Item 2

Numbered List:
# Item 1
## Item 1.1
## Item 1.2
# Item 2

Numbered List:

  1. Item 1
    1. Item 1.1
    2. Item 1.2
  2. Item 2

Numbered & Bulleted List:
# Item 1
#* Item 1.1
#* Item 1.2
# Item 2

Numbered & Bulleted List:

  1. Item 1
    • Item 1.1
    • Item 1.2
  2. Item 2

Confluence Wiki Markup Resources

For more ideas and approaches see the Confluence documentation:

Table of Contents

For the DSpace Wiki, we tend to use two main types of Table of Contents:

...