- <!DOCTYPE html>
- <html>
- <head></head>
- <body>
- <form action="morus.php" method="post">
- <div>markdown text:</div>
- <textarea type="text" name="text">test **markdown** render</textarea>
- <div><input type="submit" value="Submit" /></div>
- </form>
- </body>
- </html>
|