From: "Iñaki Baz Castillo" Date: 2009-03-05T07:39:30+09:00 Subject: How to force \n in RDoc? Hi, I don't find how to force a simple \n in RDoc. For example: # This methods does blablabla... # And this is a new line. Unfortunatelly RDoc displays both lines in an unique line. I could get it by doing: # This methods does blablabla... # # And this is a new line. but then RDoc adds an extra line (empty) and I don't want it. Thanks. -- Iñaki Baz Castillo