Skip to content

WikiText Supported by OfflineExtension

Srijan Agarwal edited this page Aug 20, 2016 · 1 revision
Wiki Markup HTML

==h1==

=======h6=======

<h1> H1 </h1>

…​

<h6> H6 </h6>

paragraphs separated

by an empty line

<p>paragraphs separated</p>

<p>by an empty line</p>

line break by two \\ slashes followed by a space or newline

line break by two <br/> slashes followed by a space or newline

["quotation"]

<blockquote><p>quote</p></blockquote>

[%code block%]

<pre>code block</pre>

'''Bold'''

<b>Bold</b>

''Italics''

<i>Italics</i>

<sup>superscript</sup>

<sup>superscript</sup>

<sub>subscript</sub>

<sub>subscript</sub>

?ABBR(abbreviation)?

<abbr title="abbreviation">ABBR</abbr>

http://u.ri

<a href="http://u.ri"> http://u.ri </a>

[http://u.ri, title]

<a href="http://u.ri">title</a>

uri/image.png

<img src="uri/image.png" alt="uri/image.png"/>

[img:uri/image.png,title]

<a href="http://u.ri">title</a>

[http://u.ri, title]

<img src="uri/image.png" alt="title" title="title"/>

; term: definition

<dl><dt>term</dt><dd>definition</dd></dl>

* unordered

* list

<ul> <li class="u">unordered</li> <li class="u">list</li> </ul>

# Item1

# Item2

# Item3

<ol> <li>Item1</li> <li>Item2</li> <li>Item3</li> </ol>

<math> Some Expression </math>

<math display="block"> Some Expression </math>

$ Some Expression $

$ $ Some Expression $ $

Clone this wiki locally