Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bminer committed May 8, 2012
1 parent bbccc52 commit fe10ea5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,15 +423,11 @@ function test(foo)
h1=foo
- if(x)
p=x
- if(y)
p=y
- var y = 23;
#example
call test("Header")
```

<del>would</del><ins>might</ins> render: `<div id="example"><h1>Header</h1><p>12</p></div>`
(Note: I don't know if that previous statement is 100% true)
would render: `<div id="example"><h1>Header</h1><p>12</p></div>`

#### Adding classes or an id to rendered function content

Expand Down

0 comments on commit fe10ea5

Please sign in to comment.