This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch docs-mar-07 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 275401f165457d89970d42f7c2b708bb9390597b Author: Jia Yu <[email protected]> AuthorDate: Mon Mar 10 00:40:27 2025 -0700 Disable MD051 --- .github/linters/.markdown-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 44c251e0f1..9ce345ed0f 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -58,3 +58,6 @@ MD041: false # code-block-style - Code block style MD046: false + +# link-fragments Link fragments should be valid +MD051: false
