From 15e0165d7f5412614d894e6f221163f975d07f30 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 4 May 2021 14:53:30 +0200 Subject: [PATCH] [v3] Update Markdown files to latest spec (#19) All Markdown files should, from this point on, start with a level one heading. See https://github.com/exercism/configlet/issues/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). --- config/exercise-readme-insert.md | 2 ++ docs/ABOUT.md | 2 ++ docs/INSTALLATION.md | 2 ++ docs/LEARNING.md | 2 ++ docs/RESOURCES.md | 2 ++ docs/TESTS.md | 2 ++ problem-specifications/exercises/hello-world/description.md | 2 ++ .../exercises/resistor-color-duo/description.md | 2 ++ problem-specifications/exercises/token-transfer/description.md | 2 ++ 9 files changed, 18 insertions(+) diff --git a/config/exercise-readme-insert.md b/config/exercise-readme-insert.md index e69de29..2032c55 100644 --- a/config/exercise-readme-insert.md +++ b/config/exercise-readme-insert.md @@ -0,0 +1,2 @@ +# exercise readme insert + diff --git a/docs/ABOUT.md b/docs/ABOUT.md index e69de29..79ac4c2 100644 --- a/docs/ABOUT.md +++ b/docs/ABOUT.md @@ -0,0 +1,2 @@ +# About + diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index e69de29..4026317 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -0,0 +1,2 @@ +# Installation + diff --git a/docs/LEARNING.md b/docs/LEARNING.md index e69de29..c39c2a2 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -0,0 +1,2 @@ +# Learning + diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index e69de29..06f84ec 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -0,0 +1,2 @@ +# Resources + diff --git a/docs/TESTS.md b/docs/TESTS.md index e69de29..5932b40 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -0,0 +1,2 @@ +# Tests + diff --git a/problem-specifications/exercises/hello-world/description.md b/problem-specifications/exercises/hello-world/description.md index 078222d..b74dff6 100644 --- a/problem-specifications/exercises/hello-world/description.md +++ b/problem-specifications/exercises/hello-world/description.md @@ -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 diff --git a/problem-specifications/exercises/resistor-color-duo/description.md b/problem-specifications/exercises/resistor-color-duo/description.md index 1099cbc..977e540 100644 --- a/problem-specifications/exercises/resistor-color-duo/description.md +++ b/problem-specifications/exercises/resistor-color-duo/description.md @@ -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: diff --git a/problem-specifications/exercises/token-transfer/description.md b/problem-specifications/exercises/token-transfer/description.md index 876a586..2a22be2 100644 --- a/problem-specifications/exercises/token-transfer/description.md +++ b/problem-specifications/exercises/token-transfer/description.md @@ -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: