Skip to content

Instantly share code, notes, and snippets.

@wefarrell
Created February 6, 2018 19:54
Show Gist options
  • Save wefarrell/56da1412832340e0a19c7811158ea1aa to your computer and use it in GitHub Desktop.
Save wefarrell/56da1412832340e0a19c7811158ea1aa to your computer and use it in GitHub Desktop.
Htmltoword::Document.new("").transform_doc_xml(Nokogiri::HTML("<ul><li>hi</li></ul>"))
def document
Htmltoword::Document.new("")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment