docs/markdown_syntax.html in maruku-0.4.1 vs docs/markdown_syntax.html in maruku-0.4.2
- old
+ new
@@ -189,11 +189,11 @@
<pre><code>> ## This is a header.
>
> 1. This is the first list item.
> 2. This is the second list item.
>
-> Here's some example code:
+> Here's some example code:
>
> return shell_exec("echo $input | $markdown_script");
</code></pre>
<p>Any decent text editor should make email-style quoting easy. For example, with BBEdit, you can make a selection and choose Increase Quote Level from the Text menu.</p>
<h3 id='list'>Lists</h3>
@@ -289,11 +289,11 @@
2. Suspendisse id sem consectetuer libero luctus adipiscing.
</code></pre>
<p>It looks nice if you indent every line of the subsequent paragraphs, but here again, Markdown will allow you to be lazy:</p>
<pre><code>* This is a list item with two paragraphs.
- This is the second paragraph in the list item. You're
+ This is the second paragraph in the list item. You're
only required to indent the first line. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit.
* Another item in the same list.
</code></pre>
@@ -414,11 +414,11 @@
<li>optionally followed by a title attribute for the link, enclosed in double or single quotes, or enclosed in parentheses.</li>
</ul>
<p>The following three link definitions are equivalent:</p>
<pre><code>[foo]: http://example.com/ "Optional Title Here"
-[foo]: http://example.com/ 'Optional Title Here'
+[foo]: http://example.com/ 'Optional Title Here'
[foo]: http://example.com/ (Optional Title Here)
</code></pre>
<p><strong>Note:</strong> There is a known bug in Markdown.pl 1.0.1 which prevents single quotes from being used to delimit link titles.</p>
<p>The link URL may, optionally, be surrounded by angle brackets:</p>
@@ -532,14 +532,14 @@
<pre><code><p>A single backtick in a code span: <code>`</code></p>
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
</code></pre>
<p>With a code span, ampersands and angle brackets are encoded as HTML entities automatically, which makes it easy to include example HTML tags. Markdown will turn this:</p>
-<pre><code>Please don't use any `<blink>` tags.
+<pre><code>Please don't use any `<blink>` tags.
</code></pre>
<p>into:</p>
-<pre><code><p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
+<pre><code><p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
</code></pre>
<p>You can write this:</p>
<pre><code>`&#8212;` is the decimal-encoded equivalent of `&mdash;`.
</code></pre>
<p>to produce:</p>
@@ -606,6 +606,6 @@
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
-! exclamation mark</code></pre><div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown interpreter for Ruby'>Maruku</a> at 23:18 on Monday, January 08th, 2007.</span></div></body></html>
+! exclamation mark</code></pre><div class='maruku_signature'><hr /><span style='font-size: small; font-style: italic'>Created by <a href='http://maruku.rubyforge.org' title='Maruku: a Markdown interpreter for Ruby'>Maruku</a> at 13:45 on Thursday, January 11st, 2007.</span></div></body></html>