Wiki statement markup rendering support

DATA CENTER AND SERVER | CLOUD

Wiki statement markup rendering support

Jira Wiki Markup

Supported?

Jira Wiki Markup

Supported?

h1. Biggest heading

✔️

h2. Bigger heading

✔️

h3. Big heading

✔️

h4. Normal heading

✔️

h5. Small heading

✔️

h6. Smallest heading

✔️

*strong*

✔️

_emphasis_

✔️

??citation??

✔️

-deleted-

✔️

+inserted+

✔️

^superscript^

✔️

~subscript~

✔️

{{monospaced}}

✔️

bq. Some block quoted text

✔️

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

✔️

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

✔️

(empty line)

✔️

----

✔️

---

✔️

--

✔️

[http://jira.atlassian.com] [Atlassian|http://atlassian.com]

✔️

[mailto:legendaryservice@atlassian.com]

✔️

[file:///c:/temp/foo.txt] [file:///z:/file/on/network/share.txt]

✔️

{anchor:anchorname}

✔️

[~username]

✔️

* some * bullet ** indented ** bullets * points

✔️

- different - bullet - types

✔️

# a # numbered # list

✔️

# a # numbered #* with #* nested #* bullet # list

✔️

* a * bulleted *# with *# nested *# numbered * list

✔️

!image.gif|align=right, vspace=4!

✔️

||heading 1||heading 2||heading 3|| |col A1|col A2|col A3| |col B1|col B2|col B3|

✔️

{noformat} preformatted piece of text so *no* further _formatting_ is done here {noformat}

✔️

{panel} Some text {panel}

✔️

{panel:title=My Title} Some text with a title {panel}

✔️

{panel:title=My Title| borderStyle=dashed|borderColor=#ccc| titleBGColor=#F7D6C1|bgColor=#FFFFCE} a block of text surrounded with a *panel* yet _another_ line {panel}

✔️

{code:title=Bar.java|borderStyle=solid} // Some comments here public String getFoo() { return foo; } {code}

✔️

{code:xml} <test> <another tag="attribute"/> </test> {code}

✔️

:)

(whitespace characters) &nbsp &emsp &emsp13 &emsp14 &numsp &puncsp &thinsp &hairsp

✔️

Some markups may have rendering issues in the generated export when used inside tables.