Search code examples
wikitrac

How do you make a list double spaced?


How do you make a list double spaced and continue the number? For example

  1. This

  2. Shouldn't

  3. Be

  4. Hard

If I add a line break then the numbering restarts from 1 again. Is there a way to make a whole numbered list double spaced or at least manually add some line breaks without resetting the count?

What is the point of wiki markup, why not just use HTML? It's at least as simple, if not more.


Solution

  • This works for me with Trac-1.0.1:

     1. This [[BR]][[BR]]
     1. Shouldn't [[BR]][[BR]]
     1. Be [[BR]][[BR]]
     1. Hard
    

    I think it's because wiki markup is platform-, browser- and version-independent.