class Milestoner::Renderers::Asciidoc
Renders ASCII Doc as HTML.
def call(content) = client.convert content
def call(content) = client.convert content
def initialize client: Asciidoctor
def initialize client: Asciidoctor @client = client end
Renders ASCII Doc as HTML.
def call(content) = client.convert content
def initialize client: Asciidoctor @client = client end