Skip to content

Instantly share code, notes, and snippets.

@alaghu
Created May 14, 2014 13:49
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 alaghu/65d18740fa2f3ae7024e to your computer and use it in GitHub Desktop.
Save alaghu/65d18740fa2f3ae7024e to your computer and use it in GitHub Desktop.
Output of ERB
This is the out put of https://gist.github.com/alaghu/e7d8b7fe66b9ebea224a#file-erb_not_rendering_html-erb
<h3>sent_array</h3>
&lt;span class=&#x27;det&#x27;&gt;A&lt;/span&gt; &lt;span class=&#x27;nn&#x27;&gt;fleet&lt;/span&gt; &lt;span class=&#x27;in&#x27;&gt;of&lt;/span&gt; &lt;span class=&#x27;nns&#x27;&gt;warships&lt;/span&gt;
<h3>Sanitized</h3>
<span class="det">A</span> <span class="nn">fleet</span> <span class="in">of</span> <span class="nns">warships</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment