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

Version Path
notion_orbit-0.0.7 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.6 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.5 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.4 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.3 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.2 lib/notion_orbit/notion_objects/block_types/paragraph.rb
notion_orbit-0.0.1 lib/notion_orbit/notion_objects/block_types/paragraph.rb