Skip to content

Instantly share code, notes, and snippets.

@ryanirilli
Last active August 29, 2015 14:23
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 ryanirilli/f0243ba10bd39d17741b to your computer and use it in GitHub Desktop.
Save ryanirilli/f0243ba10bd39d17741b to your computer and use it in GitHub Desktop.
Allowable HTML on Terms/Conditions/Descriptions
Available HTML
<p></p>
<a href="http://someurl.com"></a>
<ul></ul>
<ol></ol>
<li></li>
<span></span>
Available classes
text--success //usually green, signifies positive things
text--error //usually red, signifies negative things
text--attention //usually yellow, signifies warning
text--heavy-weight //for bold text
Examples
<p>The quick brown fox <span class="text--attention">jumped</span> over the fence</p>
<ul>
<li>this is a summary item</li>
<li class="text--error">Something bad happened</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment