Skip to content

Commit

Permalink
Apparently you can't break code expressions over lines in Textile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Dec 9, 2012
1 parent d719a97 commit f380375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/src/pages/types.haml
Expand Up @@ -57,9 +57,9 @@
annotation may only appear at the end of a sequence expression, and binds
tighter than choice expressions.

For example the following means that a node matching the sequence @"foo"
"bar"@ will be augmented with the @Extension@ methods.

For example the following means that a node matching the sequence
@"foo" "bar"@ will be augmented with the @Extension@ methods.
<h6>types.peg</h6>
<pre>grammar Types
root <- first:"foo" second:"bar" <Extension></pre>
Expand Down

0 comments on commit f380375

Please sign in to comment.