Prowse is a lightweight plugin for viewing plain HTML webpages as markdown. It makes use of Netrw to grab the HTML and Pandoc to convert it to markdown.
Clone this repo into ~.vim/pack/ and add set loadplugins to your
.vimrc.
To view a webpage as markdown, open it with one of the following commands.
:Prowse https://example.com/:Prs https://example.com/Prowse also supports following links. From normal or visual mode, type
<Leader>gf.