On standardmarkdown.com, there’s this:
Read the spec, run the test suite, and exercise our reference impementations. Provide feedback.
Missing an L
On standardmarkdown.com, there’s this:
Read the spec, run the test suite, and exercise our reference impementations. Provide feedback.
Missing an L
This raises the question if the site’s source is open sourced somewhere too; so we could just provide patches there.
It seems to be open sourced at github.com/coding-horror/coding-horror.github.io and this typo example is here.
I didn’t find any reference to this repo, I just found out on my on, don’t know if that is the oficial channel to post issues or do the PRs, but anyways, it’s a start
Just out of curiosity:
I did an nslookup
on the standardmarkdown.com domain resulting in:
$ nslookup standardmarkdown.com
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
standardmarkdown.com canonical name = coding-horror.github.io.
coding-horror.github.io canonical name = github.map.fastly.net.
Name: github.map.fastly.net
Address: 199.27.79.133
There you can see coding-horror.github.io
showing up as a canonical name.
The rest is easy just because I happen to know this format to be the one used by github pages, so I reverted this to what the repository url would be: github.com/coding-horror/coding-horror.github.io
Thanks I fixed that typo. Any PRs to improve the homepage are welcome!