test

Dependencies:   mbed

README.md

Committer:
johsta01
Date:
2015-01-16
Revision:
1:3ebdb26f6a68

File content as of revision 1:3ebdb26f6a68:

# This is a markdown test

## A test of github flavored markdown

wow_great_stuff
do_this_and_do_that_and_another_thing

https://help.github.com/articles/github-flavored-markdown/

~~Mistaken text.~~


Here's an example of fenced code blocks:

```
function test() {
  console.log("notice the blank line before this function?");
}
```

```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```


First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  | Content Cell