class NotionOrbit::NotionObjects::BlockTypes::NumberedListItem

Public Instance Methods

indent_children?() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/numbered_list_item.rb, line 9
def indent_children?
  true
end
to_markdown() click to toggle source
# File lib/notion_orbit/notion_objects/block_types/numbered_list_item.rb, line 5
def to_markdown
  '1. ' + super
end