From f51125a9734a771fd38e44acf2abc0033e8b8421 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:06:11 +0000 Subject: [PATCH] docs: Link to blog post on pymarkdownlnt --- docs/atGitHub.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/atGitHub.md b/docs/atGitHub.md index 90e1c8d..2ec149c 100644 --- a/docs/atGitHub.md +++ b/docs/atGitHub.md @@ -138,6 +138,8 @@ to ensure that INFO level findings don't break tests. [pymarkdownlnt](https://pypi.org/project/pymarkdownlnt/). If you're working on Markdown docs then it's recommended to have pymarkdownlnt installed in a virtual environment. +[This post](https://blog.thestateofme.com/2024/02/16/linting-markdown-with-pymarkdownlnt/) +provides details on setting things up. * Python (and MicroPython) use either [Flake8](https://flake8.pycqa.org/en/latest/) or [Ruff](https://docs.astral.sh/ruff/)