AgriculturalSemantics / cg-core

CG Core Metadata Reference Guide
https://agriculturalsemantics.github.io/cg-core/cgcore.html
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

Validate and fix HTML syntax with tidy #24

Closed alanorth closed 4 years ago

alanorth commented 4 years ago

This makes the files easier to read and removes the need to manually format them. Eventually this would be part of a git pre-commit hook. There are still a few warnings during validation that we should fix. Previous fixes were done in #16.

Using tidy on Linux or macOS:

$ tidy -utf8 -m -iq -w 0 cgcore.html
$ tidy -utf8 -m -iq -w 0 IPtypes.html