Skip to content

Commit

Permalink
[README.markdown] add example of how to embed external JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroehnert committed Apr 18, 2010
1 parent b8ce299 commit 3154f84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Expand Up @@ -23,7 +23,13 @@ Every article is a markdown file with some meta-data at the top of the file.

I had so much fun writing the last article on control flow, that I decided to...

## First section
## First section: Display JavaScript files

* display contents of external JavaScript file (path is relative to .markdown file)
<test-code/test-file.js>

* display contents of external JavaScript file and evaluate its contents
<test-code/evaluate-file.js*>

More content goes here.

Expand Down

0 comments on commit 3154f84

Please sign in to comment.