Skip to content

Instantly share code, notes, and snippets.

@robfletcher
Created May 17, 2013 09:43
Show Gist options
  • Save robfletcher/5598073 to your computer and use it in GitHub Desktop.
Save robfletcher/5598073 to your computer and use it in GitHub Desktop.
Validate HTML files from the terminal with curl
curl http://validator.w3.org/check -i -F output=json -F uploaded_file=@<path-to-html-file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment