Skip to content

Instantly share code, notes, and snippets.

@garryyao
Created April 26, 2011 11:21
Show Gist options
  • Save garryyao/942118 to your computer and use it in GitHub Desktop.
Save garryyao/942118 to your computer and use it in GitHub Desktop.
BBCode guide
<dl>
<dt>[b]bold[/b]</dt>
<dd>Bold style text, which produces: <strong>bold</strong>
</dd>
<dt>[quote="cite"]quotation text[/quote]</dt>
<dd>Citing and quoting text, which produces: <blockquote><cite>cite</cite><div>quotation text</div></blockquote></dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment