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.159 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.158 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.157 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.156 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.155 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.154 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.153 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.152 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.151 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.150 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.149 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.148 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.147 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.146 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.145 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.144 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.143 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.142 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.141 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.140 tracks/csharp/exercises/markdown/README.md