HtmlToMarkdown. LinkStyle
(html_to_markdown v3.11.4)
Copy Markdown
Link rendering style in Markdown output.
Controls whether links and images use inline [text](url) syntax or
reference-style [text][1] syntax with definitions collected at the end.
Summary
Functions
Inline links: [text](url). Default.
Reference-style links: [text][1] with [1]: url at end of document.
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 inline() :: t()
Inline links: [text](url). Default.
@spec reference() :: t()
Reference-style links: [text][1] with [1]: url at end of document.
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.