Preserve inline math

In markdown and HTML, we can define hard/soft break in the following ways:

Tag Type Syntax
Inline math Markdown $`math goes here`$

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.

But probably in this case, no preservation is necessary.

Edited by Himanshu Kapoor