3762: CONTRIBUTE.md file not shown in reviewboard as markdown

vlo****@gmai***** (Google Code) (Is this you? Claim this profile.)
Feb. 6, 2015
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?
david
#1 david
This is currently the expected behavior. Markdown files uploaded as file attachments can be rendered, but those that are part of a diff just show up with the normal diff view.
  • +NotABug
chipx86
#2 chipx86
Now that said, being able to render such things in the diff viewer is on the roadmap, but not for 2.0.x.