HtmlToMarkdown. HeadingStyle
(html_to_markdown v3.6.0-rc.17)
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).