showdown v2.0.3 -> v2.1.0 (#957)

This commit is contained in:
nobody 2022-04-22 06:30:27 +02:00
parent 72dbdde128
commit 60cff96b65
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 4 additions and 3 deletions

View File

@ -1630,7 +1630,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.3/showdown.min.js
https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.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

@ -366,7 +366,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/semantic-ui/2.')) return '2.4.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.3';
if (type.startsWith('/showdown/2.')) return '2.1.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

@ -36,6 +36,7 @@
<li>alpinejs v3.9.6 -> v3.10.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/953">#953</a>)</li>
<li>Swiper v8.1.1 -> v8.1.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/955">#955</a>)</li>
<li>video.js v7.19.1 -> v7.19.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/956">#956</a>)</li>
<li>showdown v2.0.3 -> v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/957">#957</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long