I had to make this change today in the deployed version when a CDN link broke:
OLD: <link rel="stylesheet" href="https://latex.now.sh/style.min.css" />
NEW: <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
Verbata: link rot, style file,
I had to make this change today in the deployed version when a CDN link broke:
OLD:
<link rel="stylesheet" href="https://latex.now.sh/style.min.css" />NEW:
<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />Verbata: link rot, style file,