Skip to content

Commit

Permalink
#19 - trying different conversions to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenke committed May 19, 2011
1 parent 129cfa7 commit 6d85a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfml100mins.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ a slightly more complicated syntax:
<cfdump var="#ages#" />
<cfoutput>
Joey is \#ages[joey']\# years old.\
Joey is \#ages['joey']\# years old.\
</cfoutput>
```

Expand All @@ -899,7 +899,7 @@ ages.joey = 12;\
ages["jill"] = 14;
writeDump (var=ages);\
writeOutput ("Joey is \#ages[joey']\# years old.");\
writeOutput ("Joey is \#ages['joey']\# years old.");\
</cfscript>
```

Expand Down

0 comments on commit 6d85a20

Please sign in to comment.