Sha256: b5cd8af70a4d948fc3981f5bc869fd5cd05b30fffa493665ff73791fa9d8de8b

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

module ProsemirrorToHtml
  module Nodes
    class HorizontalRule < Node
      @node_type = 'horizontal_rule'
      @tag_name = 'hr'

      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/horizontal_rule.rb