Created
July 21, 2010 18:07
-
-
Save mrkurt/484859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<markdown> | |
A whole bunch of markdown formatted text | |
</markdown> | |
<a href="..." title="..." name="..."></a> | |
<video class="(right|left|centered)" src="http://youtube.com/link/to/video/page" width="600" height="350">This is a caption</video> | |
<image class="(right|left|centered)" src="..." large-src="..." href="..." credit-url="..." credit="...">This is a caption</image> | |
<code language=""></code> | |
<liveblog id="" /> | |
<quote class="pullquote"></quote> | |
Valid plain HTML (not attributes): | |
<h1> through <h4> | |
<p> | |
<ul>, <ol>, <li> | |
<strong> -- <b> converts to this | |
<em> -- <i> converts to this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment