Change hello.md to the new syntax and more examples. - pointtools - Simple point utilities to hold text presentations.
 (HTM) git clone git://bitreich.org/pointtools/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/pointtools/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 30d28168eb70aef9065f207f1146c36a4983d9b3
 (DIR) parent 44f42507f8b54d6f3c96869275077ee39dae18d8
 (HTM) 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:
         M examples/hello/0001-_A_new_slide.t… |       2 ++
         M examples/hello/0002-_Some_points.t… |       5 ++++-
         M examples/hello/0003-_Ende.txt       |       1 -
         M examples/hello/0004-_Ende.txt       |       9 +++++----
         A examples/hello/0005-_Ende.txt       |      10 ++++++++++
         M examples/hello/hello.md             |      16 +++++++++++++++-
       
       6 files changed, 36 insertions(+), 7 deletions(-)
       ---
 (DIR) 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.
       +  
 (DIR) 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
       +  
 (DIR) diff --git a/examples/hello/0003-_Ende.txt b/examples/hello/0003-_Ende.txt
       @@ -3,5 +3,4 @@
          ======
        
          
       -  Thanks for using cattools.
          
 (DIR) 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.
       +  
 (DIR) 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.
 (DIR) 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.