From 49b51e478fa75b8d5254662de3265edcf8906004 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:03:55 +0800 Subject: Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) --- public/docs/slide-example.md | 81 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 public/docs/slide-example.md (limited to 'public/docs/slide-example.md') diff --git a/public/docs/slide-example.md b/public/docs/slide-example.md new file mode 100644 index 00000000..3d9a70c4 --- /dev/null +++ b/public/docs/slide-example.md @@ -0,0 +1,81 @@ +Slide example +=== +This feature still in beta, may have some issues. + +For details: +https://github.com/hakimel/reveal.js/ + +--- + +## First slide + +`---` + +Is the divder of slides + +---- + +### First branch of fisrt slide + +`----` + +Is the divder of branches + +---- + +### Second branch of first slide + +`` + +Is the fragment syntax + +- Item 1 +- Item 2 + +--- + +## Second slide + + + +`` + +Is the background syntax + +--- + + + +`` + +Is the transition syntax + +you can use: +none/fade/slide/convex/concave/zoom + +--- + + + +`` + +Also can set different in/out transition + +you can use: +none/fade/slide/convex/concave/zoom +postfix with `-in` or `-out` + +--- + + + +`` + +Custom the transition speed! + +you can use: +default/fast/slow + +--- + +# The End \ No newline at end of file -- cgit v1.2.3