Skip to content

Instantly share code, notes, and snippets.

@acmcc
Created September 17, 2013 23:54
Show Gist options
  • Save acmcc/6602441 to your computer and use it in GitHub Desktop.
Save acmcc/6602441 to your computer and use it in GitHub Desktop.
require './inliner'
html = <<END_STR
<!doctype html>
<html>
<head>
<style id="head-styles">p { font-weight: bold }</style>
<style>p { color: red }</style>
</head>
<body>
<p>Josh &mdash; test</p>
</body>
</html>
END_STR
p = Inliner.new(html)
puts p.inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment