Skip to content

Instantly share code, notes, and snippets.

@aktowns
Created June 23, 2011 02:37
Show Gist options
  • Save aktowns/1041774 to your computer and use it in GitHub Desktop.
Save aktowns/1041774 to your computer and use it in GitHub Desktop.
~| ruby -rredcloth -e 'puts RedCloth.new($<.read).to_html'
table{color: red; background: green}.
|hey there|yep|
<table style="color: red; background: green;">
<tr>
<td>hey there</td>
<td>yep</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment