diff --git a/VDR-file-formats-and-conventions.md b/VDR-file-formats-and-conventions.md index b4ee25f..a66b4e6 100644 --- a/VDR-file-formats-and-conventions.md +++ b/VDR-file-formats-and-conventions.md @@ -739,26 +739,16 @@ There can be any number of actions in a line, including none at all - in which

Example:

Daily {
-
   News
-
   Soaps
-
   }
 Archive {
-
   Movies
-
   Sports
-
   Sci-Fi {
-
     Star Trek
-
     U.F.O.
-
     }
-
   }
 Comedy
 Science
@@ -788,23 +778,14 @@ Science
     sequence of commands with '{'...'}' and giving it a title, as in

My Commands {
-
   First list {
-
     Do something: some command
-
     Do something else: another command
-
     }
-
   Second list {
-
     Even more: yet another command
-
     So much more: and yet another one
-
     }
-
   }
 

Command lists can be nested to any depth.