فهرست منبع

handle marked js

Konstantinos Kaloutas 2 سال پیش
والد
کامیت
56e6e934b8
4فایلهای تغییر یافته به همراه8 افزوده شده و 6 حذف شده
  1. 2 1
      gulpfile.js
  2. 1 0
      package.json
  3. 0 5
      resources/js/marked.min.js
  4. 5 0
      yarn.lock

+ 2 - 1
gulpfile.js

@@ -60,7 +60,8 @@ const common = {
         'node_modules/interactjs/dist/interact.min.js',
         'node_modules/photoswipe/dist/umd/*.js',
         'node_modules/reveal.js/dist/reveal.js',
-        'node_modules/shepherd.js/dist/js/shepherd.min.js'
+        'node_modules/shepherd.js/dist/js/shepherd.min.js',
+        'node_modules/marked/marked.min.js'
       ]).pipe(gulp.dest(path.join(outputPath, 'js'))),
       () => gulp.src([
         'node_modules/@tabler/icons/iconfont/tabler-icons.min.css',

+ 1 - 0
package.json

@@ -121,6 +121,7 @@
         "interactjs": "^1.10.17",
         "jszip": "3.8.0",
         "katex": "^0.16.7",
+        "marked": "^5.1.2",
         "mldoc": "1.5.7",
         "path": "0.12.7",
         "path-complete-extname": "1.0.0",

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 5
resources/js/marked.min.js


+ 5 - 0
yarn.lock

@@ -4501,6 +4501,11 @@ map-visit@^1.0.0:
   dependencies:
     object-visit "^1.0.0"
 
+marked@^5.1.2:
+  version "5.1.2"
+  resolved "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz#62b5ccfc75adf72ca3b64b2879b551d89e77677f"
+  integrity sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==
+
 matchdep@^2.0.0:
   version "2.0.0"
   resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e"

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است