class NotionOrbit::NotionObjects::BlockTypes::Paragraph

Public Instance Methods

indent_children?() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/paragraph.rb, line 9
def indent_children?
  false
end
to_markdown() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/paragraph.rb, line 5
def to_markdown
  super + "\n"
end