# HG changeset patch # User Yasutaka Higa # Date 1416449350 -32400 # Node ID ed9fa78349f2c48ab7fdfd82cbbdfea3b7dc2724 # Parent d241737726917949540db9560b59840b2851f673 Update sample and README diff -r d24173772691 -r ed9fa78349f2 README.markdown --- a/README.markdown Thu Nov 20 10:53:53 2014 +0900 +++ b/README.markdown Thu Nov 20 11:09:10 2014 +0900 @@ -12,6 +12,7 @@ author: Your Name Here title: Your Slide Show Title Here + profile: Your Profile Here lang: Your Language Here ## Try It Yourself - How To Use the Template Pack diff -r d24173772691 -r ed9fa78349f2 sample.markdown --- a/sample.markdown Thu Nov 20 10:53:53 2014 +0900 +++ b/sample.markdown Thu Nov 20 11:09:10 2014 +0900 @@ -1,26 +1,38 @@ -title: Shower Presentation Template -author: Vadim Makeev, Opera Software +title: Sample for slideshow-cr +author: Hoge +profile: Concurrency Reliance Laboratory
Department of Information Engineering
University of The Ryukyus -%% todo: add support for breaking slides on h2 instead of h1 to s9 generator +# sample of slideshow-cr +* [slideshow](http://slideshow-s9.github.io/) is slideshow generator from markdown. +* It's slideshow template for Concurrency Reliance Laboratory + +# How to Install +* Please README. -# Header +# How to Use +* Insert it in head of your slide markdown. -This `` is provided __without__ warranty, guarantee, -or much in the way of explanation. Note that use of this tool may or may -not crash _your_ browser. +``` +title: hoge +author: fuga +profile: piyo +``` + +* run it `` slideshow build slide.md -t cr`` + +# Convert Samples +* Intfoduce markdown convert rule in after slides. + +# Header is '#' # Unordered List - -- This tool is provided -- Without warranty, guarantee -- Or much in the way of explanation - - Note that use of this tool - - May or may not crash your browser - - Lock up your machine -- Erase your hard drive +- Unordered item A +- Unordered item B + - nested item A + - nested item B +- Unordered item C # Ordered List - 1. Note that use of this tool 2. Erase your hard drive. 3. May or may not crash your browser @@ -29,6 +41,4 @@ 3. Without warranty, guarantee 4. Lock up your machine -# Thank You - -Questions? Comments? \ No newline at end of file +