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 [2015-04-06 17:54] – old revision restored (2015-02-09 12:35) 2001:4dd0:ff00:8eb9:c9bd:d2ce:239c:53aafaq: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 29: 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.1428335682.txt.gz · Last modified: 2015-04-06 17:54 by 2001:4dd0:ff00:8eb9:c9bd:d2ce:239c:53aa

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