]> git.deb.at Git - debienna.git/blobdiff - Kata4Lösungen/CSharp/index.mdwn
converted moin categories to tags
[debienna.git] / Kata4Lösungen / CSharp / index.mdwn
index 882dfc493aa3240027005cc007dc6978c5fd5438..21d90a4342cacd95ff10d245cc99550b9c4360b1 100644 (file)
@@ -1,6 +1,9 @@
-= Part 1 =
 
 
-{{{
+
+# Part 1
+
+
+[[!format txt """
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
@@ -38,12 +41,12 @@ namespace Kata4
 }
 
 
 }
 
 
-}}}
+"""]]
 
 
+# Part 2
 
 
-= Part 2 =
 
 
-{{{
+[[!format txt """
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
@@ -81,11 +84,12 @@ namespace Kata4
                 }
         }
 }
                 }
         }
 }
-}}}
+"""]]
 
 
-= Part 3 =
+# Part 3
 
 
-{{{
+
+[[!format txt """
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
@@ -129,7 +133,7 @@ namespace Kata4
                 }
         }
 }
                 }
         }
 }
-}}}
+"""]]
+
 
 
-----
-CategoryCodeSnippets
\ No newline at end of file
+ [[!tag CategoryCodeSnippets]]