我有一堆此格式的数据,其中显示在预先标记很大:转换格式的纯文本HTML
1: Here's my first row, and it is
quite long...
and can span over several rows.
2: This is the second row.
不过,我想有一定的控制权,也许使它变成html:
<ol>
<li>Here's my first row, and it is<br/>quite long...<br/>and can span over several rows.</li>
<li>This is the second row</li>
</ol>
我似乎无法找到一个在线预转换器。我会怎么做呢?
干杯!
请显示您的第一个文本块的原始html。 – Tschallacka
你绝对需要JavaScript实现吗?我相信如果你可以使用某种服务器端语言,那么有更多的选择;首先,几乎所有的wiki软件都已经包含这样的库。 –
@MichaelDibbets - 它不是HTML,这就是要点。 – Quentin