- changed status to wontfix
README.rdoc (BB-13881)
Since our organization switched from Github to Bitbucket, one thing I miss is auto detection and rendering of README.rdoc.
If I am already writing 99% of documentation in rdoc and it is a small pain to have to convert things to markdown (or others) just for the README to look nice.
Not a show stopper by any means, just voicing my +1 for this feature
Thanks, Kevin
Comments (8)
-
-
FYI: when running
$ rake doc:app
it complains if there is no README.rdoc.
-
- changed component to Documentation
-
Since rdoc is the rails default, not supporting it is a great reason to switch to github. I don't know a single rails developer that uses Creole or reStructured, however Markdown and rDoc are stables of the Rails world.
-
+1 since I'm using rails. If I rename README.rdoc to README - I can't generate my documentation for my app anymore, which is priority. I don't even care about having rdoc syntax, I just want my readme to be displayed on the homepage instead of having a huge notification informing me that I don't have a README and should create one. It doesn't need to be rdoc formatted - just display the raw README.rdoc instead of wasting the space.
-
+1 Readme.md is OK, but it's a pain to have to convert the README when the default rails markdown is rdoc
-
- changed status to open
I'm re-opening this to reflect the community interest in this issue. However, please note that we currently have no plans to implement this request.
-
- changed component to Source browser
- Log in to comment
Thanks for the suggestion, Kevin. Unfortunately, we have no near-term plans to support any other markup syntaxes. We feel that Creole, reStructuredText, and Markdown in particular do a great job of supporting the vast majority of cases and that to add other markups to the mix would just slow development of features focused around them. However, we'll continue to monitor community feedback and adjust our course as needed.
Thanks,
Jon