Curtis, yes, the site plugin contains the support for the markdown content but only if you're doing a site. There's no straightforward way (or anyway that I know of) to take advantage of doxia as part of a project's build (not the site build).
Cheers, Paul On Fri, May 16, 2014 at 7:24 AM, Curtis Rueden <[email protected]> wrote: > 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 > > >
