Skip to content

Commit

Permalink
[v3] Update Markdown files to latest spec (#19)
Browse files Browse the repository at this point in the history
All Markdown files should, from this point on, start with a level one heading.
See exercism/configlet#150 for the rationale behind these changes.

The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
  • Loading branch information
ErikSchierboom authored May 4, 2021
1 parent e22b985 commit 15e0165
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/exercise-readme-insert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# exercise readme insert

2 changes: 2 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# About

2 changes: 2 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Installation

2 changes: 2 additions & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Learning

2 changes: 2 additions & 0 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Resources

2 changes: 2 additions & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Tests

2 changes: 2 additions & 0 deletions problem-specifications/exercises/hello-world/description.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Description

The classical introductory exercise. Just say "Hello, World!".

["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Description

If you want to build something using a Raspberry Pi, you'll probably use _resistors_.
For this exercise, you need to know two things about them:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Description

Building your own cryptocurrency is hard, but what you can do instead is build your own token with solidity!

Building a token has many parts but for this exercise we will focus on the following:
Expand Down

0 comments on commit 15e0165

Please sign in to comment.