Sha256: e1ebc9de6c418e428104e9e45fe93ed1748f6f4b4801f5fa3748f1b56d9c2e9b
Contents?: true
Size: 252 Bytes
Versions: 7
Compression:
Stored size: 252 Bytes
Contents
module NotionOrbit module NotionObjects module BlockTypes class Paragraph < Block def to_markdown super + "\n" end def indent_children? false end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems