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