Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 449 Bytes

HTML to Markdown converter

Web page grabber that outputs markdown

Demo files

How to run

npm i
node app.js <url> <root selector>

TODO:

  • Find something else to borrow from the internet
  • Add support for ordered lists
  • Add syntax highlighting settings (for now it assumes all code is written in q)