Mercurial > hg > Members > atton > slideshow-cr
changeset 7:ed9fa78349f2
Update sample and README
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 20 Nov 2014 11:09:10 +0900 |
parents | d24173772691 |
children | 7295bc144c9f |
files | README.markdown sample.markdown |
diffstat | 2 files changed, 30 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <br> Department of Information Engineering <br> 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 `<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. +``` +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 +<!-- vim: set filetype=markdown.slide: -->