Hi,

I'd like to announce the release of the Textile module for Doxia in version
1.1.0.

The plugin allows users to write content in the Textile markup language.

https://github.com/sebhoss/doxia-module-textile

To use this module, just reference is as a plugin-dependency for the
maven-site-plugin:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <dependencies>
    <dependency>
      <groupId>com.github.sebhoss</groupId>
      <artifactId>doxia-module-textile</artifactId>
      <version>1.1.0</version>
    </dependency>
  </dependencies>
</plugin>


Release Notes

- Added Sink implementation.

Comments, issues, patches welcome!

Reply via email to