RailsCasts Pro episodes are now free!

Learn more or hide this

Anthony Porthouse's Profile

GitHub User: Port3M5

Site: http://port3m5.com

Comments by Anthony Porthouse

Avatar

I too can verify this problem exists with the code Ryan. The outputted code looks like the following for me.

html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
<html><body> 
<p>This is a <strong>markdown</strong> enabled text</p> 
 
<div class="highlight"> 
<pre><span class="nb">puts</span> <span class="s2">"Hello World"</span> 
</pre> 
</div> 
</body></html>

Using Nokogiri 1.4.6