From 3968e77f9e15c149d8cafa1dac37411777bd58bd Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 17 Jun 2012 19:49:05 +0200 Subject: New function to convert bbcode to markdown. --- include/markdownify/example.php | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 include/markdownify/example.php (limited to 'include/markdownify/example.php') diff --git a/include/markdownify/example.php b/include/markdownify/example.php new file mode 100644 index 000000000..ef86dca83 --- /dev/null +++ b/include/markdownify/example.php @@ -0,0 +1,51 @@ +parseString($_POST['input']); + } else { + $_POST['input'] = ''; + } +?> + + + + HTML to Markdown Converter + + + +
+
+ HTML Input + +
+ + + + +
+ +

BACK

+
+ + + \ No newline at end of file -- cgit v1.2.3