body

in lib/cc/analyzer/formatters/html_formatter.rb [261:270]


          def body
            @body ||=
              begin
                text = data.fetch("content", {}).fetch("body", "").strip
                unless text.empty?
                  markdown(text)
                end
              end
          end