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

Commits on Sep 27, 2021

  1. Use html linkchecker instead of markdown-link-check

    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.
    lembergerth committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4f50690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a335784 View commit details
    Browse the repository at this point in the history