I have successfully integrated TinyMCE to my editor in bbpress, which I found that is so easy.
However, when doing the submit, TinyMCE submits the HTML code on behind to bbpress. I found that each line TinyMCE created a <p>...</p> tags, but bbpress is not allowing this. Finally, <p></p> comes to the screen when viewing the post.
Is there any workaround for this?