Created
November 19, 2011 04:28
-
-
Save avk/1378448 to your computer and use it in GitHub Desktop.
SaaS ebook new screencast syntax
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
<!-- BEGIN CURRENT VERSION --> | |
<div class="screencast"> | |
Screencast: | |
<a class="screencast-url" href="https://github.com/armandofox/saasbook/blob/master/ch%CB%99arch/mov/cookies.mp4?raw=true">Cookies</a> | |
<div class="screencastsummary"> | |
<!-- summary stays here --> | |
</div> | |
</div> | |
<!-- END CURRENT VERSION --> | |
<!-- BEGIN FIXED VERSION --> | |
<div class="screencast"> | |
<h2> | |
Screencast: | |
<span class="screencast_title">Cookies</span> | |
</h2> | |
<video src="ch_arch/mov/cookies.mp4" width="600" controls="controls"> | |
<!-- this will only show for browsers that don't support the video tag --> | |
<a class="screencast-url" href="https://github.com/armandofox/saasbook/blob/master/ch%CB%99arch/mov/cookies.mp4?raw=true"> | |
Watch on YouTube | |
</a> | |
</video> | |
<div class="screencastsummary"> | |
<!-- summary stays here --> | |
</div> | |
</div> | |
<!-- END FIXED VERSION --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment