Mix.install([ {:mdex_native, path: Path.expand("..", __DIR__)} ]) html = ~s|

Hello MDEx

| html |> MDExNative.Ammonia.safe_html() |> IO.puts()