Current section
Files
Jump to
Current section
Files
lib/components.ex
defmodule Scrivener.Components do
@external_resource "README.md"
@moduledoc "README.md"
|> File.read!()
|> String.split("<!-- MDOC !-->")
|> Enum.fetch!(1)
end