HtmlToMarkdown. HighlightStyle
(html_to_markdown v3.11.4)
Copy Markdown
Highlight rendering style for <mark> elements.
Controls how highlighted text is rendered in Markdown output.
Summary
Functions
Render as bold (text). Uses strong emphasis.
Double equals syntax (==text==). Default. Pandoc-compatible.
Preserve as HTML (==text==). Original HTML tag.
Strip formatting, render as plain text. No markup.
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 bold() :: t()
Render as bold (text). Uses strong emphasis.
@spec double_equal() :: t()
Double equals syntax (==text==). Default. Pandoc-compatible.
@spec html() :: t()
Preserve as HTML (==text==). Original HTML tag.
@spec none() :: t()
Strip formatting, render as plain text. No markup.
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.