Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active August 29, 2015 14:07
Show Gist options
  • Save erwan/7da680aff5aaf5e61ba5 to your computer and use it in GitHub Desktop.
Save erwan/7da680aff5aaf5e61ba5 to your computer and use it in GitHub Desktop.
val doc = response.results.head
val resolver = DocumentLinkResolver { link =>
s"/testing_url/${link.id}/${link.slug}"
}
val html = doc.getStructuredText("blog-post.body").map(_.asHtml(resolver))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment