Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2024/01/25 08:23] – [Automatic Page Lists] natesplayground:playground [2024/01/30 09:47] (current) – [PlayGround] nates
Line 3: Line 3:
 Feel free to play around with this here. I've included some basic examples to help get you started. Feel free to play around with this here. I've included some basic examples to help get you started.
  
-Tap the EDIT button to see the formatting.+Tap the EDIT button to see the formatting..
    
 ===== Bold, Italics, Underlines ===== ===== Bold, Italics, Underlines =====
Line 50: Line 50:
 === 3x (='s) Sections === === 3x (='s) Sections ===
 == 2x (='s) Sub-sections == == 2x (='s) Sub-sections ==
 +
 +<code>
 +====== 6x (='s) Top of Page ======
 +===== 5x (='s) Major Divisions =====
 +==== 4x (='s) Minor Divisions ====
 +=== 3x (='s) Sections ===
 +== 2x (='s) Sub-sections ==
 +</code>
  
 ===== SKIP HIGHLIGHT ===== ===== SKIP HIGHLIGHT =====
Line 61: Line 69:
 ++++ ++++
 <code> <code>
-This is example text. 
- 
 ++++ Title to show | ++++ Title to show |
 +and this is the text that is revealed!
 +++++
 +</code>
  
-This table | is only shown | when you unfold the block +==== Nested Folds Test ==== 
- +++++ Outer Fold | 
-{{page>some other wiki page&inline}}+The trick is to wrap the inner fold: 
 +<WRAP> 
 +++++ Inner Fold 
 +This is the content of the inner fold. 
 +++++ 
 +</WRAP> 
 +++++
  
 +<code>
 +++++ Outer Fold |
 +The trick is to wrap the inner fold:
 +<WRAP>
 +++++ Inner Fold |
 +This is the content of the inner fold.
 +++++
 +</WRAP>
 ++++ ++++
 </code> </code>
-====== Youtube Embeds ======+====== Youtube Embeds ======
  
 {{youtube>YJoscTeO_QI}} {{youtube>YJoscTeO_QI}}
 +<code>
 +{{youtube>YJoscTeO_QI}}
 +</code>
  
 +===== HTML Embeds =====
 +<HTML>
 +
 +<iframe src="https://scribehow.com/embed/Understanding_the_Homescreen_On_The_A-1_Plumbing_App__LYAbA-ZGR3OGUa2LQ_eSPg?as=scrollable&skipIntro=true" width="100%" height="640" allowfullscreen frameborder="0"></iframe>
 +
 +</HTML>
 +
 +<code>
 +<HTML>
 +<iframe src="https://scribehow.com/embed/Understanding_the_Homescreen_On_The_A-1_Plumbing_App__LYAbA-ZGR3OGUa2LQ_eSPg?as=scrollable&skipIntro=true" width="100%" height="640" allowfullscreen frameborder="0"></iframe>
 +</HTML>
 +</code>