【问题标题】:Which markup language is this?这是哪种标记语言?
【发布时间】:2015-01-10 11:08:54
【问题描述】:

我们正在使用这样一种标记语言:

* Head1

 some text here (paragraph)

  ** Head 2

对于粗体,我们使用这个:

<<<boldtext>>>

我们使用的是从 a 到 z 的列表:

 [[a]] some texts of list

 [[a]] some other texts of list

表格是这样的:

 *----------+--------------+----------------+
| <<Column Title>> | <<Column Title>> | <<Column Title>> |
*----------+--------------+----------------+
| Content1 | Content2 | Content3  |
*----------+--------------+----------------+

因为我需要更多地了解这种标记语言,所以我很好奇它是哪种语言?

【问题讨论】:

标签: wiki markup wiki-markup


【解决方案1】:

我找到了:它是 Doxia。

这是一个链接作为参考:http://maven.apache.org/doxia/references/apt-format.html

【讨论】: