Fix missing 'blockquote' in example, closes #229

This commit is contained in:
Frederic Hemberger 2011-10-18 17:53:13 +02:00
parent 5dfe8b0485
commit 43810533b4

View File

@ -7,14 +7,14 @@
<meta charset="utf-8">
<title>Octopress: Blockquote</title>
<meta name="author" content="Brandon Mathis">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://octopress.org/docs/plugins/blockquote/index.html"/>
<link href="/octopress/favicon.png" rel="shortcut icon" />
@ -22,9 +22,9 @@
<script src="/octopress/javascripts/modernizr-2.0.js"></script>
<script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script>
<script src="/octopress/javascripts/octopress.js" type="text/javascript"></script>
<link href="/octopress/octopress/atom.xml" rel="alternate" title="Octopress" type="application/atom+xml"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10876422-2']);
@ -38,7 +38,7 @@
</script>
<script type="text/javascript">
(function() {
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
@ -48,7 +48,7 @@
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
@ -69,15 +69,15 @@
<body class="no-sidebar" >
<header><hgroup>
<h1><a href="/octopress/">Octopress</a></h1>
<h2>A blogging framework for hackers.</h2>
</hgroup>
</header>
<nav role=navigation><ul role=subscription data-subscription="rss">
<li><a href="/octopress/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="site-search">
@ -155,7 +155,7 @@ Over the past 24 hours I've been reflecting on my life &amp; I've realized only
<p><strong>Quote from an article on the web</strong></p>
<pre><code>{% Seth Godin http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html Welcome to Island Marketing %}
<pre><code>{% blockquote Seth Godin http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html Welcome to Island Marketing %}
Every interaction is both precious and an opportunity to delight.
{% endblockquote %}
</code></pre>
@ -167,7 +167,7 @@ Every interaction is both precious and an opportunity to delight.
Sometimes (like with Twitter) ading a link title doesn&#8217;t really make sense, but showing the full url is noisy and distracting.
For this reason, the blockquote plugin automatically strips out the protocol, and if the url is longer than 32 characters it truncates the url on a forward slash for beauty&#8217;s sake.</p>
</article>
</div>