w3c / spec-generator

Service to automatically generate specs from various source formats
MIT License
25 stars 7 forks source link

support documents hosted on raw.githubusercontent.com #523

Closed deniak closed 2 years ago

deniak commented 2 years ago

Documents served on raw.githubusercontent.com are served as text/plain which doesn't allow the respec documents to be properly processed. That PR downloads the file and serves it temporarily as text/html

Fix #522