module RenderEditorjs

Constants

VERSION

Public Class Methods

render(content) click to toggle source
# File lib/render_editorjs.rb, line 12
def self.render(content)
  RenderEditorjs::Document.new(content).render
end