Merge pull request #6020 from jbampton/fix-markdown-link

Enable markdownlint rule MD052
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-06-13 13:49:49 +09:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -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
+1
View File
@@ -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]: <https://www.rubyist.net/~matz/20130731.html>
When you are extending mruby using C language, you may encounter