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 [2016-01-29 06:18] 103.17.16.90faq:lists [2023-07-10 07:18] (current) – old revision restored (2020-04-13 15:03) saggi
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.1454044688.txt.gz · Last modified: 2016-01-29 06:18 by 103.17.16.90

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