Changes

Line 3: Line 3:  
<p style="color: #112A46"><b>Bold...</b></p>
 
<p style="color: #112A46"><b>Bold...</b></p>
 
Formatting: < b>Text< /b><br>
 
Formatting: < b>Text< /b><br>
&nbsp;&nbsp;or: (''')Text'''
+
&nbsp;&nbsp;or: ' ' 'Text' ' ' (no spaces)<br>
Example: <b>Text</b>
+
Example: <b>Text</b><br>
 +
&nbsp;&nbsp;or: '''Text'''
 
________________________________________________
 
________________________________________________
 
<p style="color: #112A46"><b>Italic...</b></p>
 
<p style="color: #112A46"><b>Italic...</b></p>
Line 11: Line 12:  
________________________________________________
 
________________________________________________
 
<p style="color: #112A46"><b>New line...</b></p>
 
<p style="color: #112A46"><b>New line...</b></p>
(Line break)
+
(Line break)<br>
&nbsp;&nbsp;or: <br />
+
Formatting: < br><br>
Formatting: < br>
+
&nbsp;&nbsp;or: < br/><br>
 
________________________________________________
 
________________________________________________
 
<p style="color: #112A46"><b>Paragraph...</b></p>
 
<p style="color: #112A46"><b>Paragraph...</b></p>
Line 19: Line 20:  
________________________________________________
 
________________________________________________
 
<p style="color: #112A46"><b>Space (non-breaking)...</b></p>
 
<p style="color: #112A46"><b>Space (non-breaking)...</b></p>
Formatting: (&)nbsp;<br>
+
Formatting: & nbsp;<br>
 
Example: Word1&nbsp;&nbsp;&nbsp;&nbsp;Word2
 
Example: Word1&nbsp;&nbsp;&nbsp;&nbsp;Word2
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Bullet point (•)...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(?)</b></p>
 +
Formatting: (*)<br>
 +
Example: *
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Link...</b></p>
 +
Formatting: [ [Overview]]<br>
 +
Example: [[Overview]]
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Image...</b></p>
 +
Formatting: [ [File:filename.png|<size>]]<br>
 +
&nbsp;&nbsp;(<size>: NNNpx)<br>
 +
Example:
 +
[[File:ic_connectivity_helper.png|50px]]
 +
________________________________________________<br>
 +
<p style="color: #112A46"><b>Block of text...</b></p>
 +
Formatting: <space>Text<br>
 +
&nbsp;&nbsp;(<space>: at start of line)<br>
 +
Example:
 +
Text
 
________________________________________________<br>
 
________________________________________________<br>
   Line 28: Line 49:  
(Style/s: each style ended with ; character)<br>
 
(Style/s: each style ended with ; character)<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text color...<br>
+
<p style="color: #112A46"><b>Text color...</b></p>
 
Formatting: < pre style="color: #NNNNNN"><br>
 
Formatting: < pre style="color: #NNNNNN"><br>
 
&nbsp;&nbsp;Text< /pre>
 
&nbsp;&nbsp;Text< /pre>
Line 37: Line 58:  
Example: <p style="color: #112A46">Text</p>
 
Example: <p style="color: #112A46">Text</p>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Text background color...<br>
+
<p style="color: #112A46"><b>Text background color...</b></p>
 
Formatting:<br>
 
Formatting:<br>
 
&nbsp;< pre style="background-color: #NNNNNN"><br>
 
&nbsp;< pre style="background-color: #NNNNNN"><br>
Line 43: Line 64:  
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Rounded corners...<br>
+
<p style="color: #112A46"><b>Rounded corners...</b></p>
 
Formatting:<br>
 
Formatting:<br>
 
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
 
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
Line 50: Line 71:  
<pre style="border-radius: 10px;">Text</pre>
 
<pre style="border-radius: 10px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Padding...<br>
+
<p style="color: #112A46"><b>Padding...</b></p>
 
Formatting: < pre style="padding: NNpx;"><br>
 
Formatting: < pre style="padding: NNpx;"><br>
 
&nbsp;&nbsp;Text< /pre>
 
&nbsp;&nbsp;Text< /pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Combined styles...<br>
+
<p style="color: #112A46"><b>Combined styles...</b></p>
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Text</pre>
 
Text</pre>
 
________________________________________________<br>
 
________________________________________________<br>
Bullet point (•)... &nbsp;&nbsp;&nbsp;&nbsp;(?)<br>
+
<p style="color: #112A46"><b>MacroDroid uses these...</b></p>
Formatting: (*)<br>
  −
Example: *
  −
________________________________________________<br>
  −
Link...<br>
  −
Formatting: [ [Page title]]<br>
  −
Example: [[Page title]]
  −
________________________________________________<br>
  −
Image...<br>
  −
Formatting: [ [File:filename.png|<size>]]<br>
  −
(<size>: NNNpx)<br>
  −
Example:
  −
[[File:ic_connectivity_helper.png|50px]]
  −
________________________________________________<br>
  −
Block of text...<br>
  −
Formatting: <space>Text<br>
  −
&nbsp;&nbsp;(<space>: at start of line)<br>
  −
Example:
  −
Text
  −
________________________________________________<br>
  −
MacroDroid uses these...<br>
   
(yet to test all)<br>
 
(yet to test all)<br>
 
<b>Bold text</b><br>
 
<b>Bold text</b><br>
Line 120: Line 121:  
________________________________________________<br>
 
________________________________________________<br>
   −
=<p style="color: #112A46">Headings...</p>=
+
=<p style="color: #112A46"><b>Headings...</b></p>=
    
All headings have a separate edit page<br>
 
All headings have a separate edit page<br>
Line 133: Line 134:  
Formatting: (==)Heading==<br>
 
Formatting: (==)Heading==<br>
 
Example:
 
Example:
== Heading (==)
+
== Heading (==)<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p>
 
<p style="color: #112A46"><b>Heading (biggest; collapsible)...</b></p>
editors
217

edits