]> git.deb.at Git - debienna.git/blobdiff - Kata4Lösungen/CSharp/index.mdwn
use another approach for importing, discard old approach
[debienna.git] / Kata4Lösungen / CSharp / index.mdwn
index 882dfc493aa3240027005cc007dc6978c5fd5438..e5706b5e772037cc6df7d2e698573a2f775c6926 100644 (file)
@@ -1,6 +1,9 @@
-= Part 1 =
 
-{{{
+
+# Part 1
+
+
+[[!format txt """
 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;
@@ -81,11 +84,12 @@ namespace Kata4
                 }
         }
 }
-}}}
+"""]]
 
-= Part 3 =
+# Part 3
 
-{{{
+
+[[!format txt """
 using System;
 using System.IO;
 using System.Text.RegularExpressions;
@@ -129,7 +133,9 @@ namespace Kata4
                 }
         }
 }
-}}}
+"""]]
+
+
+---
 
-----
-CategoryCodeSnippets
\ No newline at end of file
+ [[CategoryCodeSnippets|CategoryCodeSnippets]]