Skip to content

Commit 6467488

Browse files
committed
Add mruby logo to the README
Center logo, mruby title and linter badge Fix for YARD and Doxygen output
1 parent 8171edc commit 6467488

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ MD025: false
1919
# MD026 no-trailing-punctuation - Trailing punctuation in heading
2020
MD026: false
2121

22+
# MD033/no-inline-html - Inline HTML
23+
MD033: false
24+
2225
# MD040 fenced-code-language - Fenced code blocks should have a language specified
2326
MD040: false
27+
28+
# MD041 first-line-heading/first-line-h1 - First line in a file should be a top-level heading
29+
MD041: false

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# mruby
2-
3-
[![GitHub Super-Linter](https://github.com/mruby/mruby/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
1+
<div align="center">
2+
<p>
3+
<a href="https://mruby.org/">
4+
<img src="https://avatars.githubusercontent.com/u/1796512?s=200&v=4"
5+
alt="The mruby programming language" title="mruby">
6+
</a>
7+
</p>
8+
<h1>mruby</h1>
9+
<a href="https://github.com/marketplace/actions/super-linter">
10+
<img src="https://github.com/mruby/mruby/workflows/Lint%20Code%20Base/badge.svg"
11+
alt="GitHub Super-Linter">
12+
</a>
13+
</div>
414

515
## What is mruby
616

0 commit comments

Comments
 (0)