这是哪种标记语言



我们正在使用一种标记语言,如下所示:

* Head1
 some text here (paragraph)
  ** Head 2

对于bold,我们使用的是:

<<<boldtext>>>

对于从a到z的列表,我们使用:

 [[a]] some texts of list
 [[a]] some other texts of list

表格如下:

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

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

我找到了:它是多夏。

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

相关内容

  • 没有找到相关文章

最新更新