From 6467488854a0e0f8c9647572ff7bf95e01e6e208 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 5 Apr 2023 10:01:55 +1000 Subject: [PATCH] Add `mruby` logo to the README Center logo, mruby title and linter badge Fix for YARD and Doxygen output --- .github/linters/.markdown-lint.yml | 6 ++++++ README.md | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 5c6cbec4a..f6c3cdd26 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -19,5 +19,11 @@ MD025: false # MD026 no-trailing-punctuation - Trailing punctuation in heading MD026: false +# MD033/no-inline-html - Inline HTML +MD033: false + # MD040 fenced-code-language - Fenced code blocks should have a language specified MD040: false + +# MD041 first-line-heading/first-line-h1 - First line in a file should be a top-level heading +MD041: false diff --git a/README.md b/README.md index 54e0165b9..b994d2b52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# mruby - -[![GitHub Super-Linter](https://github.com/mruby/mruby/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) +
+

+ + The mruby programming language + +

+

mruby

+ + GitHub Super-Linter + +
## What is mruby