How do I put a blank line in redmine wiki?

隐身守侯 提交于 2019-12-05 18:44:32

问题


I am just wondering how I can put some blank line in redmine. What I tried is putting the following text:

some sample txt



with a few empty lines

What I got in redmine is

some sample txt
with a few empty lines

So, how can I let redmine to display these empty lines? I tried using whitespace, but they didn't work.


回答1:


This is a pretty ugly solution, but it gets the job done (on demo.redmine.org which currently runs with redmine version 2.5.0.devel.12954):

some sample txt
 
 
 
with a few empty lines

is displayed as

some sample txt



with a few empty lines



回答2:


You can also use:

<pre>
blah blah blah


A few lines down
</pre>

Which will look like:

blah blah blah


A few lines down


来源:https://stackoverflow.com/questions/23069147/how-do-i-put-a-blank-line-in-redmine-wiki

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!