import of Diogenes 0.9.18
[diogenes.git] / include / Text / Wiki / Render / Plain.php
diff --git a/include/Text/Wiki/Render/Plain.php b/include/Text/Wiki/Render/Plain.php
new file mode 100644 (file)
index 0000000..e1b02a8
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+class Text_Wiki_Render_Plain extends Text_Wiki_Render {
+    
+    function pre()
+    {
+        return;
+    }
+    
+    function post()
+    {
+        return;
+    }
+    
+}
+?>
\ No newline at end of file