From 312e16facfa8c5dd9a639baed5c992f45548167f Mon Sep 17 00:00:00 2001 From: Robinhill85 <93011381+Robinhill85@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:58:14 +0100 Subject: [PATCH] README: remove Docverter (service dead, domain now serves gambling spam) The Related section still points to Docverter ("pandoc as a service"). The service is gone: `c.docverter.com` no longer resolves and `docverter.com` now serves a German online-casino page, so the link is actively misleading. Removed the bullet. https://www.file2markdown.ai Co-Authored-By: Claude Fable 5.1 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bc6c1d9..291ad7b 100644 --- a/README.md +++ b/README.md @@ -323,8 +323,6 @@ pypandoc download --target /usr/local/bin ## Related -* [pydocverter](https://github.com/msabramo/pydocverter) is a client for a service called -[Docverter](https://www.docverter.com), which offers pandoc as a service (plus some extra goodies). * See [pyandoc](https://pypi.python.org/pypi/pyandoc/) for an alternative implementation of a pandoc wrapper from Kenneth Reitz. This one hasn't been active in a while though. * See [panflute](https://github.com/sergiocorreia/panflute) which provides `convert_text` similar to pypandoc's. Its focus is on writing and running pandoc filters though.