commit 30d28168eb70aef9065f207f1146c36a4983d9b3
parent 44f42507f8b54d6f3c96869275077ee39dae18d8
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 29 Apr 2020 19:30:31 +0200
Change hello.md to the new syntax and more examples.
Diffstat:
6 files changed, 36 insertions(+), 7 deletions(-)
diff --git a/examples/hello/0001-_A_new_slide.txt b/examples/hello/0001-_A_new_slide.txt
@@ -5,3 +5,5 @@
   
   Just show something on this new slide.
   
+  % no more points.
+  
diff --git a/examples/hello/0002-_Some_points.txt b/examples/hello/0002-_Some_points.txt
@@ -7,6 +7,9 @@
   o point
           o sub point
           o sub point
-          	o sub sub point
+                  o sub sub point
           o sub point
   
+  
+  #pause
+  
diff --git a/examples/hello/0003-_Ende.txt b/examples/hello/0003-_Ende.txt
@@ -3,5 +3,4 @@
   ======
 
   
-  Thanks for using cattools.
   
diff --git a/examples/hello/0004-_Ende.txt b/examples/hello/0004-_Ende.txt
@@ -2,7 +2,8 @@
    Ende
   ======
 
- 
- Thanks for using cattools.
- 
- The end.
+  
+  
+  
+  Thanks for using pointtools.
+  
diff --git a/examples/hello/0005-_Ende.txt b/examples/hello/0005-_Ende.txt
@@ -0,0 +1,10 @@
+
+   Ende
+  ======
+
+  
+  
+  
+  Thanks for using pointtools.
+  
+  The end.
diff --git a/examples/hello/hello.md b/examples/hello/hello.md
@@ -1,3 +1,5 @@
+Text is ignored here.
+
 ## Intro
 
 This is the Hello World introduction to catpoint.
@@ -6,6 +8,8 @@ This is the Hello World introduction to catpoint.
 
 Just show something on this new slide.
 
+\% no more points.
+
 ## Some points
 
 * point
@@ -15,9 +19,19 @@ Just show something on this new slide.
 		* sub sub point
 	* sub point
 
+% Add more points.
+
+% escape pause
+\#pause
+
 ## Ende
 
-Thanks for using cattools.
+% Do not tell them it is incomplete.
+
+% See the magic.
+#pause
+
+Thanks for using pointtools.
 
 #pause
 The end.