mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5853 from jbampton/standardize-markdown-headings
docs: standardize Markdown headings
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
C and Ruby Extension Example
|
||||
=========
|
||||
# C and Ruby Extension Example
|
||||
|
||||
This is an example gem which implements a C and Ruby extension.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
C Extension Example
|
||||
=========
|
||||
# C Extension Example
|
||||
|
||||
This is an example gem which implements a C extension.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
Pure Ruby Extension Example
|
||||
=========
|
||||
# Pure Ruby Extension Example
|
||||
|
||||
This is an example gem which implements a pure Ruby extension.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
Running Tests
|
||||
=============
|
||||
# Running Tests
|
||||
|
||||
To run the tests, execute the following from the project's root directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user