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>&gt; ## This is a header. &gt; &gt; 1. This is the first list item. &gt; 2. This is the second list item. &gt; -&gt; Here&apos;s some example code: +&gt; Here&#39;s some example code: &gt; &gt; return shell_exec(&quot;echo $input | $markdown_script&quot;); </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&apos;re + This is the second paragraph in the list item. You&#39;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/ &quot;Optional Title Here&quot; -[foo]: http://example.com/ &apos;Optional Title Here&apos; +[foo]: http://example.com/ &#39;Optional Title Here&#39; [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>&lt;p&gt;A single backtick in a code span: &lt;code&gt;`&lt;/code&gt;&lt;/p&gt; &lt;p&gt;A backtick-delimited string in a code span: &lt;code&gt;`foo`&lt;/code&gt;&lt;/p&gt; </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&apos;t use any `&lt;blink&gt;` tags. +<pre><code>Please don&#39;t use any `&lt;blink&gt;` tags. </code></pre> <p>into:</p> -<pre><code>&lt;p&gt;Please don&apos;t use any &lt;code&gt;&amp;lt;blink&amp;gt;&lt;/code&gt; tags.&lt;/p&gt; +<pre><code>&lt;p&gt;Please don&#39;t use any &lt;code&gt;&amp;lt;blink&amp;gt;&lt;/code&gt; tags.&lt;/p&gt; </code></pre> <p>You can write this:</p> <pre><code>`&amp;#8212;` is the decimal-encoded equivalent of `&amp;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>