Added: markdown-it v12.0.2 (#149)
This commit is contained in:
parent
1dfe12f606
commit
c6e0a542fe
|
@ -502,6 +502,11 @@ var resources = {
|
|||
'path': 'resources/lozad.js/{version}/lozad.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// markdown-it
|
||||
'markdownIt': {
|
||||
'path': 'resources/markdown-it/{version}/markdown-it.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Materialize
|
||||
'materializeCSS': {
|
||||
'path': 'resources/materialize/{version}/css/materialize.min.css',
|
||||
|
|
|
@ -497,6 +497,8 @@ helpers.setLastVersion = function (type, version) {
|
|||
return '3.10.1';
|
||||
} else if (type.includes('lozad')) {
|
||||
return '1.14.0';
|
||||
} else if (type.includes('/markdown-it/')) {
|
||||
return '12.0.2';
|
||||
} else if (type.includes('/mdbootstrap/4.')) {
|
||||
return '4.18.0';
|
||||
} else if (type.includes('/materialize/1.')) {
|
||||
|
@ -635,6 +637,7 @@ helpers.compareVersion = function (v1, v2) {
|
|||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'markdown-it.min.jsm': 'markdown-it',
|
||||
'vue-i18n.min.jsm': 'Vue.js (i18n)',
|
||||
'v4-shims.css': 'Font Awesome (Shim)',
|
||||
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
<li>Added: ElementUI in cdn.bootcss.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||
<li>Added: OwlCarousel v2.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
|
||||
<li>Added: OwlCarousel v2.0.0-beta.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
|
||||
<li>Added: markdown-it v12.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/149">#149</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue