Update `output_format` for markdown rendering.
Review Request #12119 — Created March 8, 2022 and submitted — Latest diff uploaded
The old
xhtml1
output format is no longer actually supported inside
python-markdown. The two supported values arehtml
andxhtml
. This
change updates us to use those where appropriate.
Ran unit tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
Commits
reviewboard/notifications/templatetags/markdown_email.py |
---|
reviewboard/reviews/markdown_utils.py |
---|