Switch Review Board to use Djblets' markdown_escape everywhere
Review Request #7790 — Created Dec. 2, 2015 and submitted — Latest diff uploaded
Previously
reviewboard.reviews.markdown_utils.markdown_escapebecame
deprecated. However, several methods in themarkdown_utilsmodule
still referred to the old, deprecatedmarkdown_escape. This updates
all usages to use Djblet's version ofmarkdown_escape.
Ran unit tests.