CLI changes
- New source: manhuaes.com!
- If you want to make smaller, per-chapter comic files, you can now do so with `mandown convert --split-by-chapters` or `mandown convert -b`!
- This will create one comic file per chapter with the title of the comic set to `title - chapter_title`, e.g., `comic - chapter 1.cbz`, `comic - chapter 2.cbz`.
- All other metadata (except for the cover, which is left empty) remains unchanged.
- For performance reasons, any existing comic files will not be overwritten and are treated as cached for faster updates.
API changes
- Passing `split_by_chapters=True` to `mandown.convert_progress` or `mandown.convert` will do the same thing as `mandown convert --split-by-chapters`