a

airline-help-ronn

RONN format help generators. RONN is an enhanced version of Markdown that can be post-processed with the ronn tool to generate man pages or HTML pages. RONN has some bugs are is considered deprecated in favour of the airline-help-man module.
Files download
File Operation
airline-help-ronn-2.1.0.jar download
airline-help-ronn-2.1.0.pom download
airline-help-ronn-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline-help-ronn</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline-help-ronn:2.1.0'
Gradle Kotlin
implementation("com.github.rvesse:airline-help-ronn:2.1.0")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline-help-ronn" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline-help-ronn', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline-help-ronn" rev="2.1.0" />
Leiningen
[com.github.rvesse/airline-help-ronn "2.1.0"]
Apache Buildr
'com.github.rvesse:airline-help-ronn:jar:2.1.0'