Some HTML Allowed

Close this window

Link

<a href="http://www.google.com">http://www.google.com</a>

Image

apple touch icon
<img src="/images/apple-touch-icon.png" alt="apple touch icon" />

Bold

<strong>I am bold</strong>
<b>I am bold</b>

Italics

<em>I am italicized</em>
<i>I am italicized</i>

Underline

<u>underlined text</u>

Strike

<strike>Strike through</strike>

Paragraph

<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi ligula magna, dignissim sit amet, posuere vitae, mattis venenatis.</p>

Ordered List

  1. ordered list item
  2. ordered list item
  3. ordered list item

<ol>
   <li>ordered list item</li>
   <li>ordered list item</li>
   <li>ordered list item</li>
</ol>

Unordered List


<ul>
   <li>unordered list item</li>
   <li>unordered list item</li>
   <li>unordered list item</li>
</ul>

Code

This tag is an inline element by default, and is therefore intended to be used for displaying code that is inline, or does not span more than one line.

Some inline <code>code</code>

will render as:

Some inline code

For posting code that spans multiple lines, use the code tag in conjunction with the pre tag.

<pre><code>

  <% @events.each do |event| %> 
      <strong><%= event.name %></strong>
      <strong><%= event.date %></strong>
  <% end %>
    
</code></pre>

Pre

<pre>
    Preserves s p a c e s 
    and 
    line 
    breaks
</pre>

Blockquote

<blockquote>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque magna massa, scelerisque ut, suscipit vel, tristique ac, justo.
</blockquote>

YouTube iframe Embed




<iframe width="425" height="239" src="https://www.youtube.com/embed/CtnrQ1Gucl4" frameborder="0" allowfullscreen></iframe>
    

Flash Embed




<object width="425" height="355">
  <param name="movie" value="https://www.youtube.com/v/k27dhYWtnGQ&hl=en"></param>
  <param name="wmode" value="transparent"></param>
  <embed src="https://www.youtube.com/v/k27dhYWtnGQ&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>
</object>
    

Supported Attributes

href, src, width, height, alt, title, name, value, type, wmode, target, class, flashvars, rel