# File lib/creole/parser.rb, line 196 def make_headline(level, text) "<h#{level}>" << escape_html(text) << "</h#{level}>" end