Sha256: 3e08f68bb3fdd16721f41ff38eca9f58f4b8a9ba5a553b4ac9edc1bbb80a478b

Contents?: true

Size: 667 Bytes

Versions: 174

Compression:

Stored size: 667 Bytes

Contents

The markdown exercise is a refactoring exercise. There is code that parses a
given string with [Markdown
syntax](https://guides.github.com/features/mastering-markdown/) and returns the
associated HTML for that string. Even though this code is confusingly written
and hard to follow, somehow it works and all the tests are passing! Your
challenge is to re-write this code to make it easier to read and maintain
while still making sure that all the tests keep passing.

It would be helpful if you made notes of what you did in your refactoring in
comments so reviewers can see that, but it isn't strictly necessary. The most
important thing is to make the code better!

Version data entries

174 entries across 174 versions & 1 rubygems

Version Path
trackler-2.1.0.18 common/exercises/markdown/description.md
trackler-2.1.0.17 common/exercises/markdown/description.md
trackler-2.1.0.16 common/exercises/markdown/description.md
trackler-2.1.0.15 common/exercises/markdown/description.md
trackler-2.1.0.14 common/exercises/markdown/description.md
trackler-2.1.0.13 common/exercises/markdown/description.md
trackler-2.1.0.12 common/exercises/markdown/description.md
trackler-2.1.0.11 common/exercises/markdown/description.md
trackler-2.1.0.10 common/exercises/markdown/description.md
trackler-2.1.0.9 common/exercises/markdown/description.md
trackler-2.1.0.8 common/exercises/markdown/description.md
trackler-2.1.0.7 common/exercises/markdown/description.md
trackler-2.1.0.6 common/exercises/markdown/description.md
trackler-2.1.0.5 common/exercises/markdown/description.md
trackler-2.1.0.4 common/exercises/markdown/description.md
trackler-2.1.0.3 common/exercises/markdown/description.md
trackler-2.1.0.2 common/exercises/markdown/description.md
trackler-2.1.0.1 common/exercises/markdown/description.md
trackler-2.1.0.0 common/exercises/markdown/description.md
trackler-2.0.8.55 common/exercises/markdown/description.md