Hello
it seems that the exercise Markdown in bash track has already working solution in it.
When i downloaded it with exercism download --track=bash --exercise=markdown
there is a code in file markdown.sh
which passes all the tests.
Hello
it seems that the exercise Markdown in bash track has already working solution in it.
When i downloaded it with exercism download --track=bash --exercise=markdown
there is a code in file markdown.sh
which passes all the tests.
As stated in the README, this is a refactoring exercise. The given code works but it is terrible. Your task is to improve it and still pass the tests.