From 46dc96dedfd22fde0250101ccd1ce3a1bce52db8 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 28 Sep 2023 06:52:35 -0400 Subject: [PATCH] wip --- .github/markdownlint.yml | 5 ++++- docs/run/anywhere/editors.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/markdownlint.yml b/.github/markdownlint.yml index 1070e6f9..b80859cc 100644 --- a/.github/markdownlint.yml +++ b/.github/markdownlint.yml @@ -26,4 +26,7 @@ MD013: false MD026: false # gitbook provides its own top-level heading so we use `#` as `##` -MD025: false \ No newline at end of file +MD025: false + +# this is working around gitbook styling issues +MD029: false diff --git a/docs/run/anywhere/editors.md b/docs/run/anywhere/editors.md index 17a083ff..8570c548 100644 --- a/docs/run/anywhere/editors.md +++ b/docs/run/anywhere/editors.md @@ -1,6 +1,6 @@ # `tea` & Editors -For editors like Visual Studio Code, [`dev`](dev.md) is enough to have it see +For editors like Visual Studio Code, [`dev`](../../dev.md) is enough to have it see the tools a project may need. {% hint style="danger" %}