HTML conversion empty Div tag

  • Hi
    I am evaluating TextDynamic to convert DB stored RTF produce by WPTools5 to HTML. The application is ASP.MVC in c#

    So far I have it working OK but there is a difference in the way a blank line is constructed that means the blank line does not show up.
    WPTools5 adds a div with a   inside. This shows on a web page as a blank line. This is the desired behavior.

    TextDynamic adds the div but with only a space inside. This does not show up on a web page, the blank line disappears. This is not the desired behavior

    Is there a setting to get the   into an empty div tag that is meant to be a blank line?