HtmlToMarkdown. HighlightStyle
(html_to_markdown v3.5.5)
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.