showdown v2.0.0 (#888)

This commit is contained in:
nobody 2022-02-26 07:18:29 +01:00
parent 58837438d6
commit 5887569fb4
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 7 additions and 1 deletions

View File

@ -1616,6 +1616,7 @@ https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1//themes/github/assets/f
https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1//themes/material/assets/fonts/icons.woff2
https://cdnjs.cloudflare.com/ajax/libs/showdown/0.5.1/showdown.min.js
https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js
https://cdnjs.cloudflare.com/ajax/libs/showdown/2.0.0/showdown.min.js
https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.6/simplebar.min.css
https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.6/simplebar.min.js
https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css

View File

@ -357,8 +357,9 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/select2/3.')) return '3.5.4';
if (type.startsWith('/select2/4.')) return '4.0.13';
if (type.startsWith('/semantic-ui/2.')) return '2.4.1';
if (type.startsWith('/showdown/1.')) return '1.9.1';
if (type.startsWith('/showdown/0.')) return '0.5.1';
if (type.startsWith('/showdown/1.')) return '1.9.1';
if (type.startsWith('/showdown/2.')) return '2.0.0';
if (type.startsWith('/simplebar/')) return '5.3.6';
if (type.startsWith('/simplemde/')) return '1.11.2';
if (type.startsWith('/slick-carousel/1.')) {

View File

@ -56,6 +56,7 @@
<li>MooTools v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/879">#879</a>)</li>
<li>foundation v5.5.3, v6.7.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/883">#883</a>)</li>
<li>asciinema-player v2.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/881">#881</a>)</li>
<li>showdown v2.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/888">#888</a>)</li>
</ul>
<p>Fixed</p>
<ul>

File diff suppressed because one or more lines are too long