class NotionOrbit::NotionObjects::BlockTypes::Heading2

Public Instance Methods

to_markdown() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/heading_2.rb, line 5
def to_markdown
  "## " + super
end