• Operand
  • hou are ue?

gram: op

> ./lib/render.ex

Lenses
(coming soon!)


defmodule Render do
  def embed source do
    {:ok, body} = source |> MDEx.to_html(
      extension: [table: true],
      render: [github_pre_lang: true],
      features: [syntax_highlight_theme: "papercolor-dark"]
    ); body
  end
end