Skip to content

Commit 149ec42

Browse files
glennjee7
andauthored
Fix link to babelmark in the Markdown Specification doc (#379)
* Remove dead link to babelmark2 * Use shortcut reference link to babelmark3 Co-authored-by: ee7 <[email protected]>
1 parent 6bf49b9 commit 149ec42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

building/markdown/markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Exercism is a very intentional product - things are there because they've been d
138138

139139
- Prefer Markdown comments instead of HTML comments (e.g. use `[comment]: # (Actual comment...)` rather than `<!-- Actual comment -->`
140140

141-
You can test that your markdown comment gets removed by checking how your comment looks when rendered via commonmark at [babelmark2][balbelmark2].
141+
You can test that your markdown comment gets removed by checking how your comment looks when rendered via commonmark at [babelmark3].
142142

143143
## Inline HTML
144144

@@ -174,7 +174,7 @@ All the above can greatly help reduce churn in reviews, which is frustrating for
174174
[MD013]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md013---line-length
175175
[MD033]: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md033---inline-html
176176
[asciidoctor]: https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line
177-
[balbelmark2]: https://johnmacfarlane.net/babelmark2/?text=above%0A%0A%5Bcomment%5D%3A+%23+\(THIS+SHOULD+BE+REMOVED\)%0Abelow
177+
[babelmark3]: https://babelmark.github.io
178178
[google-link]: https://google.com
179179
[language-identifier]: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
180180
[prettier]: https://prettier.io/

0 commit comments

Comments
 (0)