6

I want to keep the hierarchy of an article.

In Redmine, all multiple spaces are replaced by 1 space

How to preserve those spaces?

dongx
  • 1,750
  • 4
  • 17
  • 37

2 Answers2

8

I think this way is efficient and controllable, just like the html code,use this instead a whitespace:

 
Fengya Li
  • 4,459
  • 1
  • 14
  • 12
3

This does not keep spaces:

h3. Directories where it exits

Root
    Child1
    Child2

Add a single space at the Root level will keep the hierarchy

This keeps spaces:

h3. Directories where it exits

 Root
    Child1
    Child2
Zetian
  • 503
  • 1
  • 3
  • 9