From 343a633fb041c365a31d00fe60b34bf523d774b4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 13 Jun 2023 14:31:29 +1000 Subject: [PATCH 1/2] doc: fix Markdown reference links --- doc/guides/gc-arena-howto.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/gc-arena-howto.md b/doc/guides/gc-arena-howto.md index 974466d3b..31bee93f1 100644 --- a/doc/guides/gc-arena-howto.md +++ b/doc/guides/gc-arena-howto.md @@ -3,6 +3,7 @@ _This is an English translation of [Matz's blog post][matz blog post] written in Japanese._ _Some parts are updated to reflect recent changes._ + [matz blog post]: When you are extending mruby using C language, you may encounter From 50e0aad2881cd04808bef213b6de1f36cd9121cc Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 13 Jun 2023 14:34:32 +1000 Subject: [PATCH 2/2] Enable markdownlint rule MD052 https://github.com/DavidAnson/markdownlint/blob/main/doc/md052.md --- .github/linters/.markdown-lint.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index acdde8a31..f6c3cdd26 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -27,6 +27,3 @@ MD040: false # MD041 first-line-heading/first-line-h1 - First line in a file should be a top-level heading MD041: false - -# MD052/reference-links-images Reference links and images should use a label that is defined -MD052: false