Here is technical details on how to format wiki pages. Some are standard html methods, while others are just for wiki use.
Bold: <b>Text</b>
Italic: <i>Text</i>
Headings...
=Heading=
==Heading==
===Heading===
New line: <br>
Paragraph: <p>Text</p>
Link: [[Page title]]
Various styles...
<strong>Text</strong>
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Text</pre>
Bullet point (•): *
MacroDroid uses these...
(yet to test all)
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
Text size...
<h1>Text</h1>
<h2>Text</h2>
<h3>Text</h3>
(The larger the number inside </h>, the smaller the displayed text will be)
(TO ADD MORE)