Skip to content

Instantly share code, notes, and snippets.

@prismicdeveloper
Created March 31, 2015 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prismicdeveloper/7a8282d8031d3161b982 to your computer and use it in GitHub Desktop.
Save prismicdeveloper/7a8282d8031d3161b982 to your computer and use it in GitHub Desktop.
resolver = Prismic.link_resolver('master'){ |doc_link| "http:#localhost/#{doc_link.id}" }
doc = response.results[0]
html = doc['blog-post.body'].as_html(resolver)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment