Sha256: 35cc24a2d141cede97d85928e1ff656b932e2047b317cdb2cc7011f2e9e279fd

Contents?: true

Size: 1012 Bytes

Versions: 74

Compression:

Stored size: 1012 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!

## Hints
For this exercise the following C# feature comes in handy:
- [String Interpolation](https://msdn.microsoft.com/en-us/library/dn961160.aspx) (C# 6 and up).


## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.138 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.137 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.136 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.135 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.134 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.133 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.132 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.131 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.130 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.129 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.128 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.127 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.126 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.125 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.124 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.123 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.122 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.121 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.120 tracks/csharp/exercises/markdown/README.md