class Kramdown::Converter::Man

def newline(text)

def newline(text)
  text << "\n" unless text[-1] == ?\n
  text
end