ks-email-parser icon indicating copy to clipboard operation
ks-email-parser copied to clipboard

A command line tool to render HTML and text emails of markdown content.

Results 6 ks-email-parser issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 3.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

aiohttp 2.0.7 is currently available on pypi. You guys could make use of it in some cases if any of the changes does not break current code. If it does...

Markdown links get rendered in their text representation as `Linkname (link)`. When using full URLs this will break the layout of the text. ## URL shortener config ks-email-parser should support...

enhancement

lxml fails on 3.11 if lxml < 4 lxml >= 3 works 1. [x] find . -iname '*.py' -not -path "*/venv/*" -exec pyupgrade --py311-plus {} + 2. [x] transition to...

- chore: update pyenv python version to 3.11 - fixes: dependencies broken on python 3.11 - fixes: flake errors detected on newer version of flake8 - fixes: test cases after...