Sha256: 52be5d5348c2ba040bfdc6b5017099c5f3f9444bd8ab5746d10b118148d2287b
Contents?: true
Size: 846 Bytes
Versions: 183
Compression:
Stored size: 846 Bytes
Contents
# Markdown Refactor a Markdown parser. 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! ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
183 entries across 183 versions & 1 rubygems