HtmlToMarkdown. OutputFormat
(html_to_markdown v3.11.4)
Copy Markdown
Output format for conversion.
Specifies the target markup language format for the conversion output.
Summary
Functions
Djot lightweight markup language.
Standard Markdown (CommonMark compatible). Default.
Plain text output (no markup, visible text only).
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.
Types
Functions
@spec djot() :: t()
Djot lightweight markup language.
@spec markdown() :: t()
Standard Markdown (CommonMark compatible). Default.
@spec plain() :: t()
Plain text output (no markup, visible text only).
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.