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
Calls superclass method
NotionOrbit::NotionObjects::Block#to_markdown
# File lib/notion_orbit/notion_objects/block_types/paragraph.rb, line 5 def to_markdown super + "\n" end