• 
      

    Fix formatting of reply text with the latest Markdown changes.

    Review Request #6566 — Created Nov. 7, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    ecfa021...

    Reviewers

    The reply code wasn't updated to properly handle plain text or to
    correctly render provided HTML. This led to showing tags instead of
    rendering those tags, and resulted in the Markdown checkbox doing
    nothing.

    This updates the reply code to work with the new Markdown changes.

    Tested loading and saving rich text and plain text. Didn't see any
    formatting issues anymore.

    Wrote new unit tests, which pass.