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