This tool converts HTML main content from a specified URL or pasted HTML into Markdown. If you do not specify anything it will guess the main content. The result is the clean content and not cluttered. You can optionally specify CSS selectors to refine the content extraction. Then the result is as you defined it.
main
Selects the <main> element..content
Selects all elements with the class "content".#article
Selects the element with the ID "article"..ads
Removes all elements with the class "ads".#sidebar
Removes the element with the ID "sidebar".header, footer
Removes <header> and <footer> elements.