On 11/22/21 9:38 AM, Warren Weckesser wrote:
Hey all,
If you've ever tried to inspect a file on github with the `.rst` extension, there's a good chance that you were frustrated by GitHub providing a rendered view *only* of the file, with no option to view the source code like any other text file. It is certainly nice to have a rendered view, but often I want to inspect the actual source code (e.g. to find out at which line a heading occurs, perhaps to include a link to it in a pull request). There is the "raw" option, or you could click "edit", but what is really desired is a view of the source like any other source code.
If `?plain=1` is appended to the url Github displays the source. It'd be nice to have a UI element to control that though. Cheers, Gavin *snip*