class NotionOrbit::NotionObjects::BlockTypes::Heading3
Public Instance Methods
to_markdown()
click to toggle source
Calls superclass method
NotionOrbit::NotionObjects::Block#to_markdown
# File lib/notion_orbit/notion_objects/block_types/heading_3.rb, line 5 def to_markdown "### " + super end