Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Replace check-markdown-links with pandoc + linkchecker #1307

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lembergerth
Copy link
Contributor

markdown-link-check does not solve tcort/markdown-link-check#159,
which is a problem for us because of false positives in doi.org.

So we resort to the (less nice-looking) linkchecker.
We first convert markdown files to HTML through pandoc, and then pass them to linkchecker.

We use a new Dockerfile with linkchecker installed, and a config to keep the output in the CI readable.

markdown-link-check does not solve tcort/markdown-link-check#159,
which is a problem for us.

So we resort to the (less nice-looking) linkchecker.
We first convert markdown files to HTML through pandoc,
and then pass them to linkchecker.
@PhilippWendler PhilippWendler added the CI Continous Integration label Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI Continous Integration
Development

Successfully merging this pull request may close these issues.

None yet

2 participants