f

flexmark-html2md-converter

flexmark-java customizable extension to convert HTML to Markdown
Files download
File Operation
flexmark-html2md-converter-0.61.6.jar download
flexmark-html2md-converter-0.61.6.pom download
flexmark-html2md-converter-0.61.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-html2md-converter</artifactId>
  <version>0.61.6</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-html2md-converter:0.61.6'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.61.6")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-html2md-converter" % "0.61.6"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-html2md-converter', version='0.61.6')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-html2md-converter" rev="0.61.6" />
Leiningen
[com.vladsch.flexmark/flexmark-html2md-converter "0.61.6"]
Apache Buildr
'com.vladsch.flexmark:flexmark-html2md-converter:jar:0.61.6'