diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-11-29 04:38:30 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-11-29 04:38:30 +0100 |
commit | b046fcbf181165da9977c8aecf9b40a7ec3ff3cc (patch) | |
tree | 77defaa6fadde96e3ef1fec62882f4407947ae39 | |
parent | 6c8e0ea6fa47b1e4774211391d4177857745063d (diff) |
Fix reference definition of ATX headings link,
-rw-r--r-- | ADMIN.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Avoid [hard line breaks][]. [CommonMark]: <https://commonmark.org/> "CommonMark - strongly defined, highly compatible specification of Markdown" -[ATX headings] <https://en.wikipedia.org/wiki/Aaron_Swartz#Markdown> +[ATX headings]: <https://en.wikipedia.org/wiki/Aaron_Swartz#Markdown> "ATX headings - header markup using leading hashtags" [semantic linewrapping]: <https://scott.mn/2014/02/21/semantic_linewrapping/> |