thisisparker / xword-dl

⬛⬜⬛ Command line tool to scrape crosswords from online solvers and save them as .puz files ⬛⬜⬛
MIT License
139 stars 30 forks source link

Add a `--preserve-html` option to keep source HTML intact #158

Closed thisisparker closed 6 months ago

thisisparker commented 6 months ago

A new --preserve-html flag and config file option will cause xword-dl to skip the HTML -> markdown conversion step. This may be useful for archiving purposes, or for use in clients that support HTML.

Fixes #89 Fixes #92