From 21203d2e316e6be42647432dd99f5cb1599e947f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 5 Oct 2011 01:15:15 -0400 Subject: [PATCH] initial talk --- one/01_slide.md | 9 +++++++++ showoff.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 one/01_slide.md create mode 100644 showoff.json diff --git a/one/01_slide.md b/one/01_slide.md new file mode 100644 index 0000000..39d68b7 --- /dev/null +++ b/one/01_slide.md @@ -0,0 +1,9 @@ +!SLIDE +# My Presentation # + +!SLIDE bullets incremental +# Bullet Points # + +* first point +* second point +* third point diff --git a/showoff.json b/showoff.json new file mode 100644 index 0000000..ad987d1 --- /dev/null +++ b/showoff.json @@ -0,0 +1 @@ +{ "name": "My Preso", "sections": [ {"section":"one"} ]}