Sha256: 978b6761d6360b262df024736e4c505775a014dcc76609632badc2ad17d0e96e

Contents?: true

Size: 696 Bytes

Versions: 222

Compression:

Stored size: 696 Bytes

Contents

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!

Version data entries

222 entries across 222 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.179 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.178 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.177 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.176 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.175 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.174 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.173 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.172 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.171 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.170 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.169 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.167 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.166 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.165 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.164 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.163 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.162 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.161 problem-specifications/exercises/markdown/description.md
trackler-2.2.1.160 problem-specifications/exercises/markdown/description.md