tkqubo / scala-html-to-markdown   0.2.2

MIT License GitHub

An HTML to Markdown converter inspired by https://github.com/domchristie/to-markdown

Scala versions: 2.11

html-to-markdown 0.2.0


Group ID:
com.github.tkqubo
Artifact ID:
html-to-markdown_2.11
Version:
0.2.0
Release Date:
Nov 6, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.github.tkqubo" %% "html-to-markdown" % "0.2.0"

Mill build tool

ivy"com.github.tkqubo::html-to-markdown:0.2.0"

Scala CLI

//> using dep "com.github.tkqubo::html-to-markdown:0.2.0"

Ammonite REPL

import $ivy.`com.github.tkqubo::html-to-markdown:0.2.0`

<dependency>
  <groupId>com.github.tkqubo</groupId>
  <artifactId>html-to-markdown_2.11</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.tkqubo', name: 'html-to-markdown_2.11', version: '0.2.0'