Want to see how an RDoc README file will look on Github before committing. How to run RDoc on a single file and preview the result in a browser?
How to preview RDoc file?
Ruby as a built-in rdoc
cli that will generate html pages from *.rdoc
files:
rdoc README.rdoc -o ./tmp/doc
Try rdoc --help
for more info.
As an alternative you can use this website to preview Markdown, RDoc, Textile ....
Unfortunately, this website does not work anymore :'( –
Adeline
@JimEdelstein here is another project to preview rdoc/markdown/textile markup.herokuapp.com/sample –
Switchman
The currently linked website doesn't work any more either –
Johnnyjohnnycake
© 2022 - 2024 — McMap. All rights reserved.