Comments are a beautiful thing

Github flavored markdown lets you add structure, images, links and code to your comments. By the way, did you know that you can comment on an error just by replying to it's email notice? Pretty cool, huh?

Github flavored markdown lets you add structure, images, links and code to your comments. By the way, did you know that you can comment on an error just by replying to it's email notice? Pretty cool, huh?

comment_markdown

Here's the code we used to create the example above:

`# Comments now have github flavored markdown

## Subheading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eu lacus nibh. Duis ac arcu velit, vel consectetur ante. Sed vestibulum pretium nisi scelerisque semper. Duis est lectus, porttitor nec elementum eu, interdum at enim. Maecenas tristique congue fermentum. Nulla in massa est, vel semper dolor. Phasellus vel risus quis justo fermentum aliquam nec sed mauris. Sed at enim lacus, ut commodo purus. Aenean ultricies facilisis nibh et luctus. Nam a ante quis risus elementum dapibus. Mauris in tortor elit. Integer vel sapien turpis, sed malesuada sapien. Etiam erat turpis, suscipit ut consequat non, pellentesque at sapien. Ut ut sem sed leo vulputate fringilla. Praesent viverra diam a leo ultrices ut adipiscing tortor aliquet.

```ruby
class MyClass
  def to_s
    "Hey, it has syntax highlighting"
  end
end

``

What to do next:
  1. Try Honeybadger for FREE
    Honeybadger helps you find and fix errors before your users can even report them. Get set up in minutes and check monitoring off your to-do list.
    Start free trial
    Easy 5-minute setup — No credit card required
  2. Get the Honeybadger newsletter
    Each month we share news, best practices, and stories from the DevOps & monitoring community—exclusively for developers like you.
    author photo

    Starr Horne

    Starr Horne is a Rubyist and Chief JavaScripter at Honeybadger.io. When she's not neck-deep in other people's bugs, she enjoys making furniture with traditional hand-tools, reading history and brewing beer in her garage in Seattle.

    More articles by Starr Horne