User Tools

Site Tools


wiki:syntax

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
wiki:syntax [2019/01/06 04:18]
127.0.0.1 external edit
wiki:syntax [2021/05/29 21:29]
JMichaelTX ADD Instructions to Mix Numbered and Bullet Items in a List
Line 29: Line 29:
  
 You should use forced newlines only if really needed. You should use forced newlines only if really needed.
 +
 +===== Lists =====
 +==== Mixing Numbered and Bullet Items ====
 +
 +
 +### How To Mix Unordered (Bullet) Items with Ordered (Numbered) Items in a List
 +
 +1. Use a dash, `-`, for the numbered items
 +2. Use an asterisk, `*`, for the bullet items
 +3. The List Title must immediately precede the list.
 +
 +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 
 +
 +
  
 ===== Links ===== ===== Links =====
Line 58: Line 88:
 For details about namespaces see [[doku>​namespaces]]. For details about namespaces see [[doku>​namespaces]].
  
-Linking ​to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#​internal|this Section]].+=== Links to Sections on Page === 
  
-  ​This links to [[syntax#​internal|this Section]].+Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML.\\ 
 +This, `[[syntax#​internal|this Section]]`, ​links to [[syntax#​internal|this Section]].
  
-Notes:+If you want to link to a section on the page being edited, just use the `#​InternalLink` on that page:\\ 
 +This, `[[#​internal|Link to Internal on this page]]` creates this [[#​internal|Link to Internal on this page]].
  
-  ​* Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. +**Notes**: 
-  ​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. +  - You can get the _Internal Link_ by either of these methods: 
-  ​When a section'​s heading is changed, its bookmark changes, too. So don't rely on section linking too much.+    * Click on the link in the _Table of Contents_ to go to that link, and then view the link in the browser'​s address bar. 
 +    * Right-Click on the link in the _Table of Contents_, select _copy link_, and then view the _System Clipboard_. 
 +  - Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. 
 +  ​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.
  
 ==== Interwiki ==== ==== Interwiki ====
wiki/syntax.txt · Last modified: 2021/07/14 01:16 by peternlewis