Hi Paul,

> I am looking for a plugin that can generate HTML from markdown document.

You could write your own plugin that uses Markdownj. Or easier: a groovy
script that does so with groovy-maven-plugin bound to the desired Maven
goal. [1]

Otherwise, Doxia already supports Markdown so maven-site-plugin could work,
couldn't it?

-Curtis

[1] We use this to code generate sources using velocity:
https://github.com/imagej/imagej-ops/blob/imagej-ops-0.3.0/pom.xml

 On May 16, 2014 3:26 AM, "Paul Benedict" <[email protected]> wrote:

> I am looking for a plugin that can generate HTML from markdown document.
> This is not about using the site goal but static pages for a site. Anyone
> been using something like this?
>
> Cheers,
> Paul
>

Reply via email to