@md-plugins/quasar-app-extension-q-press 0.1.0-alpha.20 → 0.1.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/quasar-app-extension-q-press",
3
- "version": "0.1.0-alpha.20",
3
+ "version": "0.1.0-alpha.21",
4
4
  "description": "QPress - The Ultimate Markdown Solution for Quasar Framework",
5
5
  "author": "hawkeye64 <galbraith64@gmail.com>",
6
6
  "keywords": [
@@ -29,19 +29,19 @@
29
29
  "dependencies": {
30
30
  "@types/markdown-it": "^14.1.2",
31
31
  "markdown-it": "^14.1.0",
32
- "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.20",
33
- "@md-plugins/md-plugin-containers": "0.1.0-alpha.20",
34
- "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.20",
35
- "@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.20",
36
- "@md-plugins/md-plugin-headers": "0.1.0-alpha.20",
37
- "@md-plugins/md-plugin-image": "0.1.0-alpha.20",
38
- "@md-plugins/md-plugin-imports": "0.1.0-alpha.20",
39
- "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.20",
40
- "@md-plugins/md-plugin-link": "0.1.0-alpha.20",
41
- "@md-plugins/md-plugin-table": "0.1.0-alpha.20",
42
- "@md-plugins/md-plugin-title": "0.1.0-alpha.20",
43
- "@md-plugins/vite-md-plugin": "0.1.0-alpha.20",
44
- "@md-plugins/shared": "0.1.0-alpha.20"
32
+ "@md-plugins/md-plugin-codeblocks": "0.1.0-alpha.21",
33
+ "@md-plugins/md-plugin-blockquote": "0.1.0-alpha.21",
34
+ "@md-plugins/md-plugin-containers": "0.1.0-alpha.21",
35
+ "@md-plugins/md-plugin-frontmatter": "0.1.0-alpha.21",
36
+ "@md-plugins/md-plugin-headers": "0.1.0-alpha.21",
37
+ "@md-plugins/md-plugin-image": "0.1.0-alpha.21",
38
+ "@md-plugins/md-plugin-imports": "0.1.0-alpha.21",
39
+ "@md-plugins/md-plugin-inlinecode": "0.1.0-alpha.21",
40
+ "@md-plugins/md-plugin-link": "0.1.0-alpha.21",
41
+ "@md-plugins/md-plugin-title": "0.1.0-alpha.21",
42
+ "@md-plugins/md-plugin-table": "0.1.0-alpha.21",
43
+ "@md-plugins/shared": "0.1.0-alpha.21",
44
+ "@md-plugins/vite-md-plugin": "0.1.0-alpha.21"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/markdown-it": "^14.1.2",
@@ -100,7 +100,7 @@ export default {
100
100
  item.name &&
101
101
  getDrawerMenu(
102
102
  item,
103
- path + (item.path !== void 0 ? '/' + item.path : ''),
103
+ (path + (item.path !== void 0 ? '/' + item.path : '')).replace(/\/{2,}/g, '/'),
104
104
  level / 2 + 0.1,
105
105
  ),
106
106
  ),
@@ -100,7 +100,7 @@ export default {
100
100
  item.name &&
101
101
  getDrawerMenu(
102
102
  item,
103
- path + (item.path !== void 0 ? '/' + item.path : ''),
103
+ (path + (item.path !== void 0 ? '/' + item.path : '')).replace(/\/{2,}/g, '/'),
104
104
  level / 2 + 0.1,
105
105
  ),
106
106
  ),