diff --git a/examples/docs/content/blog/extensible-markdown-parsing-in-elm.md b/examples/docs/content/blog/extensible-markdown-parsing-in-elm.md index 4dee5a17..554de030 100644 --- a/examples/docs/content/blog/extensible-markdown-parsing-in-elm.md +++ b/examples/docs/content/blog/extensible-markdown-parsing-in-elm.md @@ -165,6 +165,6 @@ So the rule of thumb for `dillonkearns/elm-markdown` is: - Follow the Github-Flavored Markdown Spec whenever it doesn't cover up feedback about something that "probably doesn't do what you expected" - Otherwise, break with the Github-Flavored Markdown Spec and instead give a helpful error message -You can follow along with the [current status of `dillonkearns/elm-markdown`'s Github-Flavored Markdown Spec Compliance here](%0A[https://github.com/dillonkearns/elm-markdown#current-github-flavored-markdown-compliance]). +You can follow along with the [current GFM Spec Compliance here](https://github.com/dillonkearns/elm-markdown#current-github-flavored-markdown-compliance). Thanks for reading! If you give this library a try, let me know what you think. I'd love to hear from you!