Convert > to >
Garen Torikian gjtorikian@gmail.com
Wed, 11 Sep 2013 22:08:51 -0700
1 files changed,
8 insertions(+),
8 deletions(-)
M
test/markups/README.litcoffee.html
→
test/markups/README.litcoffee.html
@@ -6,18 +6,18 @@ </blockquote>
<p>comment comment</p> -<pre><code>test "basic literate CoffeeScript parsing", -> +<pre><code>test "basic literate CoffeeScript parsing", -> ok yes </code></pre> <p>now with a...</p> -<pre><code>test "broken up indentation", -> +<pre><code>test "broken up indentation", -> </code></pre> <p>... broken up ...</p> -<pre><code> do -> +<pre><code> do -> </code></pre> <p>... nested block.</p>@@ -27,7 +27,7 @@ </code></pre>
<p>Code must be separated from text by a blank line.</p> -<pre><code>test "code blocks must be preceded by a blank line", -> +<pre><code>test "code blocks must be preceded by a blank line", -> </code></pre> <p>The next line is part of the text and will not be executed.@@ -38,9 +38,9 @@ </code></pre>
<p>Code in <code>backticks is not parsed</code> and...</p> -<pre><code>test "comments in indented blocks work", -> - do -> - do -> +<pre><code>test "comments in indented blocks work", -> + do -> + do -> # Regular comment. ###@@ -62,5 +62,5 @@ </ul>
<p>Tabs work too:</p> -<p>test "tabbed code", -> +<p>test "tabbed code", -> ok yes</p>