class RenderAsMarkdown::H1

Public Class Methods

new(title) click to toggle source
Calls superclass method RenderAsMarkdown::Header::new
# File lib/render-as-markdown/header.rb, line 19
def initialize title
  super title, "="
end