-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, thank you for the great gem.
I have a document after parsing a html string, how can I get back the html raw string from the document, especially after making modification to the document.
document = Gammo.new(<<-EOS).parse
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>namusyaka.com</h1>
<p class="description">Here is a sample web site.</p>
<ul>
<li>hello</li>
<li>world</li>
</ul>
<ul id="links">
<li>Google <a href="https://google.com/">google.com</a></li>
<li>GitHub <a href="https://github.com/namusyaka">github.com/namusyaka</a></li>
</ul>
</body>
</html>
EOSReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels