Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
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