mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5968 from jbampton/add-mruby-logo-to-readme
Add `mruby` logo to the README
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
# mruby
|
||||
|
||||
[](https://github.com/marketplace/actions/super-linter)
|
||||
<div align="center">
|
||||
<p>
|
||||
<a href="https://mruby.org/">
|
||||
<img src="https://avatars.githubusercontent.com/u/1796512?s=200&v=4"
|
||||
alt="The mruby programming language" title="mruby">
|
||||
</a>
|
||||
</p>
|
||||
<h1>mruby</h1>
|
||||
<a href="https://github.com/marketplace/actions/super-linter">
|
||||
<img src="https://github.com/mruby/mruby/workflows/Lint%20Code%20Base/badge.svg"
|
||||
alt="GitHub Super-Linter">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
## What is mruby
|
||||
|
||||
|
||||
Reference in New Issue
Block a user