I am saving the content from the textarea
its just saving this as plane text in database not like shown in preview how to store data shown in preview
//in form;
<textarea id="wmd-input" class="wmd-panel" name="content" ></textarea>
//in database
$content = $_POST["content"] ;