Sha256: c54d4bdee88b999cf538528953cb8f75df965cec62bd150412bcc46d53b082d5

Contents?: true

Size: 1.33 KB

Versions: 97

Compression:

Stored size: 1.33 KB

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 Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/<exerciseName>` directory.

For example, if you're submitting `bob.cs` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/csharp/bob/bob.cs`.

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

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
trackler-2.2.1.103 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.102 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.101 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.100 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.99 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.98 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.97 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.96 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.95 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.94 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.93 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.92 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.91 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.90 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.89 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.88 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.87 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.86 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.85 tracks/csharp/exercises/markdown/README.md
trackler-2.2.1.84 tracks/csharp/exercises/markdown/README.md