summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Latex/Freelink.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Latex/Freelink.php')
-rw-r--r--includes/pear/Text/Wiki/Render/Latex/Freelink.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/pear/Text/Wiki/Render/Latex/Freelink.php b/includes/pear/Text/Wiki/Render/Latex/Freelink.php
new file mode 100644
index 0000000..fdeae54
--- /dev/null
+++ b/includes/pear/Text/Wiki/Render/Latex/Freelink.php
@@ -0,0 +1,6 @@
+<?php
+
+class Text_Wiki_Render_Latex_Freelink extends Text_Wiki_Render_Latex_Wikilink {
+ // renders identically to wikilinks, only the parsing is different :-)
+}
+?>