google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
578 stars 174 forks source link

README.md Issue #208

Open swapnilpotnis opened 4 years ago

swapnilpotnis commented 4 years ago

Hi All,

We have multiple repositories in our gerrit having its UI powered by Gitiles. The thing is each of the repositories have their own README.md file written in markdown language but whenever a user goes to the respective branches, contents of README.md file are not displayed by default.

Currently Behavior: Visit PROJECT_BRANCH -> Click on README.md file to view content

Expected Behavior: Visit PROJECT_BRANCH -> Contents of README.md file being shown at the end of the files.

vapier commented 4 years ago

are you sure it's not shown ? if you scroll to the bottom of the page, do you see it after the file listing ?

swapnilpotnis commented 4 years ago

@vapier : It isn't showing up. We have written the entire README.md in Markdown as well and yet the contents are not visible at the end of file listing. Is there any setting or configuration or pattern that has to be followed to make it happen?