]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/sandbox.mdwn
Add link to hooks definition in compiler highlevel description. Fixed some typos.
[ikiwiki.git] / doc / sandbox.mdwn
index 35edc1ff7c2ef786c27f5d29fd580b916c7e5cb4..3d0fba4b35f1f734480ed5500552914f48feddea 100644 (file)
@@ -6,6 +6,8 @@ Hello, ikiwiki.
 
 Testing.
 
+Testing. One Two Three.
+
 [[!sidebar ]]
 
 Here's a hr:
@@ -47,6 +49,15 @@ Let's see a table:
 Heading 1|Heading 2|Heading 3
 Item 1| Item 2| Item 3"""]]
 
+    location / {
+     proxy_pass http://test.ashep:80;
+     proxy_cache default;
+     proxy_cache_valid 200 302 10m;
+     proxy_cache_valid 404 1m;
+    }
+
+
+
 
 Numbered list 
 
@@ -171,3 +182,7 @@ module vc_Mux2 #( parameter W = 1 )
 
 endmodule
 """]]
+
+testing the ikiwiki sandbox.
+Testing 1, 2, 3.....
+