What version are you running?
2.0.12
What's the URL of the page containing the problem?
r/38/diff/#
What steps will reproduce the problem?
1. Upload a diff generated by git that contains an .md file (CONTRIBTUE.md)
2. Open diff in reviewboard
What is the expected output? What do you see instead?
I would expect .md files to be rendered. Instead, I just see the text.
What operating system are you using? What browser?
10.10. Firefox 35.0
Please provide any additional information below.
I'm uploading the diff via the python API directly if that matters.
draft_diffs = review_draft.get_draft_diffs()
draft_diffs.upload_diff(diff)
Do I need to pass something there to enable markdown detection?