test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
johsta01
Date:
Fri Jan 16 08:05:54 2015 +0000
Parent:
0:da3c2502984d
Commit message:
Added a example readme

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Fri Jan 16 08:05:54 2015 +0000
@@ -0,0 +1,31 @@
+# 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
\ No newline at end of file
--- a/main.cpp	Wed Oct 29 15:11:02 2014 +0000
+++ b/main.cpp	Fri Jan 16 08:05:54 2015 +0000
@@ -10,5 +10,5 @@
         wait(0.2);
     }
     
-    wait(0,2);
+    wait(0.2);
 }