Class: NotionToMd::Blocks::BulletedListItemBlock

Inherits:
Block
  • Object
show all
Defined in:
lib/notion_to_md/blocks/bulleted_list_item_block.rb

Direct Known Subclasses

NumberedListItemBlock, ToDoListItemBlock

Instance Attribute Summary

Attributes inherited from Block

#block, #children

Instance Method Summary collapse

Methods inherited from Block

#initialize, #to_md

Constructor Details

This class inherits a constructor from NotionToMd::Blocks::Block

Instance Method Details

#indent_children(mds, _tab_width) ⇒ Object



10
11
12
# File 'lib/notion_to_md/blocks/bulleted_list_item_block.rb', line 10

def indent_children(mds, _tab_width)
  mds
end

#newlineObject



6
7
8
# File 'lib/notion_to_md/blocks/bulleted_list_item_block.rb', line 6

def newline
  "\n"
end