diff --git a/drafts/published/markdown_testing_suite.md b/drafts/markdown_testing_suite.md similarity index 95% rename from drafts/published/markdown_testing_suite.md rename to drafts/markdown_testing_suite.md index c471c03..6dcfe3c 100644 --- a/drafts/published/markdown_testing_suite.md +++ b/drafts/markdown_testing_suite.md @@ -34,7 +34,7 @@ I started by making an array of size `3n`, `n` being the number of tests. Indeed This approach has flaws, obviously, and the biggest one being the consistence of html. Indeed this html : - <h1>Title</> + <h1>Title</h1> is strictly equivalent to : @@ -44,4 +44,4 @@ is strictly equivalent to : whereas the strings are not equal. -The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'` +The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'`