# File lib/org-ruby/markdown_output_buffer.rb, line 111 def add_line_attributes headline @output << "#" * headline.level @output << " " end