DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:lists

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
faq:lists [2013-12-18 18:36] – old revision restored (2013/09/12 22:39) 2001:4dd0:ff00:8eb9:5cf3:8f35:d6a0:80d3faq:lists [2023-07-10 07:18] (current) – old revision restored (2020-04-13 15:03) saggi
Line 1: Line 1:
 ====== Working with Lists ====== ====== Working with Lists ======
 + 
 ===== Multiline List Items ===== ===== Multiline List Items =====
- 
 :?: How can I add a code block or multiple lines in a list item? :?: How can I add a code block or multiple lines in a list item?
  
Line 30: Line 29:
  
 You can use the same trick to include other syntax like tables into a list by using the [[plugin:wrap]] plugin to wrap your table.  You can use the same trick to include other syntax like tables into a list by using the [[plugin:wrap]] plugin to wrap your table. 
 +
 +To add a blank line between number list items do this:
 +
 +<code>
 +  - Ordered List Item1 \\ \\           //(line break, linebreak, space)
 +  - Ordered List Item2
 +  - Ordered List Item3 
 +</code>
 +Which results in this:
 +  - Ordered List Item1 \\ \\ 
 +  - Ordered List Item2
 +  - Ordered List Item3
 +
 +For visual clarity you may prefer to add a non-breaking space after the line breaks e.g. 
 +<code>\\ \\~~</code>
 +where '~~' is defined in as a non-breaking space in conf/entities.conf
  
 ===== Continue List Numbering ===== ===== Continue List Numbering =====
faq/lists.1387388174.txt.gz · Last modified: 2013-12-18 18:36 by 2001:4dd0:ff00:8eb9:5cf3:8f35:d6a0:80d3

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki