User Tools

Site Tools


playground:playground

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
playground:playground [2021/05/29 21:10]
JMichaelTX
playground:playground [2021/06/01 17:46]
JMichaelTX [PlayGround]
Line 1: Line 1:
 ====== PlayGround ====== ====== PlayGround ======
  
 +| col 1 | col 2 |
 +| Key | <​WRAP>​
 +  * list item
 +  * list item
 +  </​WRAP>​ |
  
-Notes: +### How To Mix Unordered (Bullet) Items with Ordered (Numbered) Items in a List 
-  You can get the _Internal Link_ by either of these methods: + 
-    Click on the link in the _Table of Contents_ to go to that linkand then view the link in the browser'​s address bar+1. Use a dash, `-`, for the numbered items 
-    * Right-Click on the link in the _Table of Contents_, select _copy link_, and then view the _System Clipboard_. +2. Use an asterisk, `*`for the bullet items 
-  - Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. +3. The List Title must immediately precede ​the list. 
-  - DokuWiki does not use [[wp>​CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>​config]] file. Hint: If DokuWiki is a link, then it's enabled. + 
-  - When a section'​s heading is changed, its bookmark changes, too. So don't rely on section linking too much.+This Markdown Text: 
 + 
 +  List Title Goes Here 
 +    ​- First numbered item 
 +    - Second numbered item 
 +      ​First sub-bullet item 
 +      * Second sub-bullet item 
 +    - Third numbered item  
 + 
 +Results ​in This Rendered Text: 
 + 
 +List Title Goes Here 
 +  - First numbered item 
 +  - Second numbered item 
 +    * First sub-bullet item 
 +    * Second sub-bullet item 
 +  - Third numbered item 
  
  
  
playground/playground.txt · Last modified: 2021/06/01 23:49 by JMichaelTX