present? is the negation of blank?:
address.present? == !address.blank? # => true
present? in the API documentation.
(via Marcin Michałowski’s and Travis’ comments)
You can use HTML tags for formatting. Wrap code in <code> tags and multiple lines of code in <pre><code> tags.