Preserve paragraph

In markdown and HTML, we can define paragraphs in the following ways:

Tag Type Syntax
Paragraph Markdown Any text is by default a paragraph
Paragraph HTML <p>New paragraph</p>

We should preserve markdown / HTML style when any of these styles are used. Meaning, when the comment/page is saved, the original style of formatting is preserved.

Edited by Himanshu Kapoor