test

Dependencies:   mbed

Committer:
johsta01
Date:
Fri Jan 16 08:05:54 2015 +0000
Revision:
1:3ebdb26f6a68
Added a example readme

Who changed what in which revision?

UserRevisionLine numberNew contents of line
johsta01 1:3ebdb26f6a68 1 # This is a markdown test
johsta01 1:3ebdb26f6a68 2
johsta01 1:3ebdb26f6a68 3 ## A test of github flavored markdown
johsta01 1:3ebdb26f6a68 4
johsta01 1:3ebdb26f6a68 5 wow_great_stuff
johsta01 1:3ebdb26f6a68 6 do_this_and_do_that_and_another_thing
johsta01 1:3ebdb26f6a68 7
johsta01 1:3ebdb26f6a68 8 https://help.github.com/articles/github-flavored-markdown/
johsta01 1:3ebdb26f6a68 9
johsta01 1:3ebdb26f6a68 10 ~~Mistaken text.~~
johsta01 1:3ebdb26f6a68 11
johsta01 1:3ebdb26f6a68 12
johsta01 1:3ebdb26f6a68 13 Here's an example of fenced code blocks:
johsta01 1:3ebdb26f6a68 14
johsta01 1:3ebdb26f6a68 15 ```
johsta01 1:3ebdb26f6a68 16 function test() {
johsta01 1:3ebdb26f6a68 17 console.log("notice the blank line before this function?");
johsta01 1:3ebdb26f6a68 18 }
johsta01 1:3ebdb26f6a68 19 ```
johsta01 1:3ebdb26f6a68 20
johsta01 1:3ebdb26f6a68 21 ```ruby
johsta01 1:3ebdb26f6a68 22 require 'redcarpet'
johsta01 1:3ebdb26f6a68 23 markdown = Redcarpet.new("Hello World!")
johsta01 1:3ebdb26f6a68 24 puts markdown.to_html
johsta01 1:3ebdb26f6a68 25 ```
johsta01 1:3ebdb26f6a68 26
johsta01 1:3ebdb26f6a68 27
johsta01 1:3ebdb26f6a68 28 First Header | Second Header
johsta01 1:3ebdb26f6a68 29 ------------- | -------------
johsta01 1:3ebdb26f6a68 30 Content Cell | Content Cell
johsta01 1:3ebdb26f6a68 31 Content Cell | Content Cell