Changes

Line 53: Line 53:  
=<p style="color: #112A46"><b>Various styles...</b></p>=
 
=<p style="color: #112A46"><b>Various styles...</b></p>=
   −
Formatting: < pre style="Style/s">Text< /pre><br>
+
Formatting: <nowiki><pre style="Style/s">Text</pre></nowiki><br>
 
(Style/s: each style ended with ; character)<br>
 
(Style/s: each style ended with ; character)<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text color...</b></p>
 
<p style="color: #112A46"><b>Text color...</b></p>
Formatting: < pre style="color: #NNNNNN"><br>
+
Formatting: <nowiki><pre style="color: #NNNNNN"></nowiki><br>
&nbsp;&nbsp;Text< /pre>
+
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 
Example: <pre style="color: #112A46">Text</pre><br/>
 
Example: <pre style="color: #112A46">Text</pre><br/>
   −
Formatting: < p style="color: #NNNNNN"><br>
+
Formatting: <nowiki><p style="color: #NNNNNN"></nowiki><br>
&nbsp;&nbsp;Text< /p>
+
&nbsp;&nbsp;<nowiki>Text</p></nowiki>
 
Example: <p style="color: #112A46">Text</p>
 
Example: <p style="color: #112A46">Text</p>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text background color...</b></p>
 
<p style="color: #112A46"><b>Text background color...</b></p>
 
Formatting:<br>
 
Formatting:<br>
&nbsp;< pre style="background-color: #NNNNNN"><br>
+
&nbsp;<nowiki><pre style="background-color: #NNNNNN"></nowiki><br>
&nbsp;&nbsp;Text< /pre>
+
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
Example: <pre style="background-color: #ACC8E5">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Rounded corners...</b></p>
 
<p style="color: #112A46"><b>Rounded corners...</b></p>
 
Formatting:<br>
 
Formatting:<br>
&nbsp;&nbsp;< pre style="border-radius: NNpx;"><br>
+
&nbsp;&nbsp;<nowiki><pre style="border-radius: NNpx;"></nowiki><br>
&nbsp;&nbsp;Text< /pre>
+
&nbsp;&nbsp;<nowiki>Text</pre></nowiki><br>
 
Example:  
 
Example:  
 
<pre style="border-radius: 10px;">Text</pre>
 
<pre style="border-radius: 10px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Padding...</b></p>
 
<p style="color: #112A46"><b>Padding...</b></p>
Formatting: < pre style="padding: NNpx;"><br>
+
Formatting: <nowiki><pre style="padding: NNpx;"></nowiki><br>
&nbsp;&nbsp;Text< /pre>
+
&nbsp;&nbsp;<nowiki>Text</pre></nowiki>
 
Example: <pre style="padding: 50px;">Text</pre>
 
Example: <pre style="padding: 50px;">Text</pre>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
Line 107: Line 107:  
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text (biggest; collapsible)</b></p>
 
<p style="color: #112A46"><b>Text (biggest; collapsible)</b></p>
Formatting: < h1>Text</ h1>
+
Formatting: <nowiki><h1>Text</h1></nowiki><br>
Example: < h1>Text</h1>
+
Example: (biggest)<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text (smaller)...</b></p>
 
<p style="color: #112A46"><b>Text (smaller)...</b></p>
Formatting: < h2>Text</ h2>
+
Formatting: <nowiki><h2>Text</h2></nowiki>
 
Example: <h2>Text</h2>
 
Example: <h2>Text</h2>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text (even smaller)...</b></p>
 
<p style="color: #112A46"><b>Text (even smaller)...</b></p>
Formatting: < h3>Text</ h3>
+
Formatting: <nowiki><h3>Text</h3></nowiki>
 
Example: <h3>Text</h3>
 
Example: <h3>Text</h3>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br>
 
<p style="color: #112A46"><b>Text (smaller still)...</b></p>
 
<p style="color: #112A46"><b>Text (smaller still)...</b></p>
Formatting: < h4>Text</ h4>
+
Formatting: <nowiki><h4>Text</h4></nowiki>
 
Example: <h4>Text</h4>
 
Example: <h4>Text</h4>
 
________________________________________________<br>
 
________________________________________________<br>
MacroDroid forum uses these...<br>
+
Escaping formatting...<br>
Doesn't work: [ PLAIN]Formatted text[/PLAIN]
+
 
 +
<nowiki><nowiki>formatted text</nowiki></nowiki><br><br>
 +
Used by macrodroidforum.com:<br>
 +
[PLAIN]formatted text[/PLAIN]
 
________________________________________________<br>
 
________________________________________________<br>
 
(TO ADD MORE)
 
(TO ADD MORE)
editors
250

edits