使用 Maven 渲染轻量级标记语言

发布于 2024-10-18 03:52:33 字数 160 浏览 3 评论 0原文

我想从 轻量级标记语言(例如 Markdown 或 Textile)以 html 形式呈现项目文档。做到这一点最简单的方法是什么?

I would like to render project documentation in html from a lighweight markup language like markdown or textile. What's easiest way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅浅 2024-10-25 03:52:33

您还可以通过 maven-site-plugin 使用其他轻量级标记语言。这是通过 doxia (maven 的内容生成框架)完成的。有一个用于 Markdown 的 doxia 模块,例如:

http://code。 google.com/p/doxia-module-markdown/wiki/用法

You can also use other lightweight markup languages with the maven-site-plugin. This is done through doxia (maven's content generation framework). There is a doxia module for markdown, for example:

http://code.google.com/p/doxia-module-markdown/wiki/Usage

此岸叶落 2024-10-25 03:52:33

maven 站点插件能够呈现 APT 格式(“几乎纯文本”)来为项目(文档)站点构建 html。

@参见:

http://maven.apache.org/ plugins/maven-site-plugin/examples/creating-content.html

http://maven.apache.org/doxia/references/apt-format.html

The maven site plugin is able to render the APT format ("Almost Plain Text") to build html for the project (documentation) site.

@See:

http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html

http://maven.apache.org/doxia/references/apt-format.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文