Sha256: 53b0c732bc67a587bcd35139b8ada93abd121cabe98173d111a31d2918633ad5
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
module NotionOrbit module NotionObjects module BlockTypes class BulletedListItem < Block def to_markdown '- ' + super end def indent_children? true end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems