【发布时间】:2014-04-14 19:56:54
【问题描述】:
我只是想知道如何在 redmine 中放置一些空白行。我尝试的是输入以下文字:
some sample txt
with a few empty lines
我在 redmine 中得到的是
some sample txt
with a few empty lines
那么,我怎样才能让 redmine 显示这些空行呢?我尝试使用空格,但它们没有用。
【问题讨论】:
我只是想知道如何在 redmine 中放置一些空白行。我尝试的是输入以下文字:
some sample txt
with a few empty lines
我在 redmine 中得到的是
some sample txt
with a few empty lines
那么,我怎样才能让 redmine 显示这些空行呢?我尝试使用空格,但它们没有用。
【问题讨论】:
这是一个非常丑陋的解决方案,但它完成了工作(在 demo.redmine.org 上,当前使用 redmine 版本 2.5.0.devel.12954 运行):
some sample txt
with a few empty lines
显示为
some sample txt
with a few empty lines
【讨论】:
你也可以使用:
<pre>
blah blah blah
A few lines down
</pre>
看起来像:
等等等等等等 下几行【讨论】: