I have the following setup in many of my repositories:
-
doc/README is a document with a vim:ft=rst modeline. As expected, this is rendered by GitHub as reStructuredText.
-
Top-level README is a symlink to doc/README. This used to rendered by GitHub as reStructuredText until recently. But now it is shown as plain text. :-(
Examples:
I guess it might be an unintended consequence of fixing #1133?
I have the following setup in many of my repositories:
doc/READMEis a document with avim:ft=rstmodeline. As expected, this is rendered by GitHub as reStructuredText.Top-level
READMEis a symlink todoc/README. This used to rendered by GitHub as reStructuredText until recently. But now it is shown as plain text. :-(Examples:
good (thanks to caching?)
bad
I guess it might be an unintended consequence of fixing #1133?