webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Add missing URL scheme #196

Closed SuperSodaSea closed 1 year ago

SuperSodaSea commented 1 year ago

The URL scheme is missing for googlecode.min.css:

<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/googlecode.min.css">

It works fine on a real website, but if you open the output .html file locally, the browser will assume the scheme is file:, causing the error:

image

Adding an explicit https: solves the problem.