HtmlToMarkdown. HeadingStyle
(html_to_markdown v3.11.4)
Copy Markdown
Heading style options for Markdown output.
Controls how headings (h1-h6) are rendered in the output Markdown.
Summary
Functions
ATX style (# for h1, ## for h2, etc.). Default.
ATX closed style (# title #, with closing hashes).
Underlined style (=== for h1, --- for h2).
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 atx() :: t()
ATX style (# for h1, ## for h2, etc.). Default.
@spec atx_closed() :: t()
ATX closed style (# title #, with closing hashes).
@spec underlined() :: t()
Underlined style (=== for h1, --- for h2).
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.