class Prolog::Services::MarkdownToHtml

Service to convert Markdown content to equivalent HTML.

Service to convert Markdown content to equivalent HTML.

Service to convert Markdown content to equivalent HTML.

Service to convert Markdown content to equivalent HTML.

Constants

VERSION

Public Class Methods

call(content:) click to toggle source
# File lib/prolog/services/markdown_to_html.rb, line 10
def self.call(content:)
  Renderer.new(content: content).to_s
end