Sha256: d74b399a8f36ddf0a8a28020947492565810b5d658b3fdfe77522210020ea630

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

module ProsemirrorToHtml
  module Nodes
    class HardBreak < Node
      @node_type = 'hard_break'
      @tag_name = 'br'

      def self_closing
        true
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prosemirror_to_html-0.2.0 lib/prosemirror_to_html/nodes/hard_break.rb