Available markup

When writing various text data, it is possible to use wiki-inspired markup for formatting text and adding other display objects to the presentation:

Headings

Element Markup Preview
h2 == Heading 2 ==

Heading 2

h3 === Heading 3 ===

Heading 3

h4 ==== Heading 4 ====

Heading 4

h5 ===== Heading 5 =====
Heading 5
h6 ====== Heading 6 ======
Heading 6

Formatting

Element Markup Preview
italic //italic//

italic

bold **bold**

bold

bold-italic **//bold italic//**

bold italic

strike through ~~strike through~~

strike through

codeblock {{{some code in monospace}}}
some code in monospace
`some code in monospace`

some code in monospace

No Wiki {{{Quotes here are not parsed}}}
Quotes here are not parsed

Lists

Element Markup Preview
unordered list * item one
* item two
** inner one
*** inner deep
* item three
  • item one
  • item two
    • inner one
      • inner deep
  • item three
ordered list # item one
# item two
## inner one
###inner deep
# item three
  1. item one
  2. item two
    1. inner one

###inner deep

  1. item three

Links

Element Markup Preview
External Links [[http://www.google.com]]

http://www.google.com

[[http://www.google.com|Google Home Page]]

Google Home Page

[[https://cakedc.com|CakeDC Home Page]]

CakeDC Home Page