diff --git a/test/markups/README.litcoffee.html b/test/markups/README.litcoffee.html index 5caa8780..51ffe528 100644 --- a/test/markups/README.litcoffee.html +++ b/test/markups/README.litcoffee.html @@ -1,43 +1,28 @@

Literate CoffeeScript Test

-
-

Taken from https://github.com/jashkenas/coffee-script/blob/master/test/literate.litcoffee

+

Taken from https://github.com/jashkenas/coffee-script/blob/master/test/literate.litcoffee

-

comment comment

-
test "basic literate CoffeeScript parsing", ->
   ok yes
 
-

now with a...

-
test "broken up indentation", ->
 
-

... broken up ...

-
  do ->
 
-

... nested block.

-
    ok yes
 
-

Code must be separated from text by a blank line.

-
test "code blocks must be preceded by a blank line", ->
 
-

The next line is part of the text and will not be executed. - fail()

- +fail()

  ok yes
 
-

Code in backticks is not parsed and...

-
test "comments in indented blocks work", ->
   do ->
     do ->
@@ -49,18 +34,22 @@ 

Literate CoffeeScript Test

ok yes
-

Regular Markdown features, like links and unordered lists, are fine:

- -

Tabs work too:

-

test "tabbed code", -> - ok yes

\ No newline at end of file +ok yes