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 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