@limetech/lime-elements 37.56.3 → 37.56.4

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.
Files changed (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/limel-action-bar_4.cjs.entry.js +1 -1
  3. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  4. package/dist/cjs/limel-chip_2.cjs.entry.js +2 -2
  5. package/dist/cjs/limel-chip_2.cjs.entry.js.map +1 -1
  6. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-file.cjs.entry.js +16 -4
  8. package/dist/cjs/limel-file.cjs.entry.js.map +1 -1
  9. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-form.cjs.entry.js +7 -6
  11. package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
  12. package/dist/cjs/limel-markdown.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +2 -2
  14. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  15. package/dist/cjs/{markdown-parser-1cbe5db4.js → markdown-parser-292760cb.js} +37 -32
  16. package/dist/cjs/markdown-parser-292760cb.js.map +1 -0
  17. package/dist/cjs/{translations-a73f2479.js → translations-6d759b59.js} +7 -7
  18. package/dist/cjs/translations-6d759b59.js.map +1 -0
  19. package/dist/collection/components/chip-set/chip-set.css +0 -52
  20. package/dist/collection/components/file/file.css +37 -1
  21. package/dist/collection/components/file/file.js +14 -2
  22. package/dist/collection/components/file/file.js.map +1 -1
  23. package/dist/collection/translations/da.js +1 -1
  24. package/dist/collection/translations/da.js.map +1 -1
  25. package/dist/collection/translations/en.js +1 -1
  26. package/dist/collection/translations/en.js.map +1 -1
  27. package/dist/collection/translations/fi.js +1 -1
  28. package/dist/collection/translations/fi.js.map +1 -1
  29. package/dist/collection/translations/nl.js +1 -1
  30. package/dist/collection/translations/nl.js.map +1 -1
  31. package/dist/collection/translations/no.js +1 -1
  32. package/dist/collection/translations/no.js.map +1 -1
  33. package/dist/collection/translations/sv.js +1 -1
  34. package/dist/collection/translations/sv.js.map +1 -1
  35. package/dist/esm/limel-action-bar_4.entry.js +1 -1
  36. package/dist/esm/limel-callout.entry.js +1 -1
  37. package/dist/esm/limel-chip_2.entry.js +2 -2
  38. package/dist/esm/limel-chip_2.entry.js.map +1 -1
  39. package/dist/esm/limel-file-viewer.entry.js +1 -1
  40. package/dist/esm/limel-file.entry.js +16 -4
  41. package/dist/esm/limel-file.entry.js.map +1 -1
  42. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  43. package/dist/esm/limel-form.entry.js +7 -6
  44. package/dist/esm/limel-form.entry.js.map +1 -1
  45. package/dist/esm/limel-markdown.entry.js +1 -1
  46. package/dist/esm/limel-prosemirror-adapter.entry.js +2 -2
  47. package/dist/esm/limel-snackbar.entry.js +1 -1
  48. package/dist/esm/{markdown-parser-1159e000.js → markdown-parser-42f89d87.js} +37 -32
  49. package/dist/esm/markdown-parser-42f89d87.js.map +1 -0
  50. package/dist/esm/{translations-8927471e.js → translations-aee148ca.js} +7 -7
  51. package/dist/esm/translations-aee148ca.js.map +1 -0
  52. package/dist/lime-elements/lime-elements.esm.js +1 -1
  53. package/dist/lime-elements/{p-2e07dba0.entry.js → p-2367b082.entry.js} +2 -2
  54. package/dist/lime-elements/p-2367b082.entry.js.map +1 -0
  55. package/dist/lime-elements/{p-81150447.entry.js → p-43c83a69.entry.js} +2 -2
  56. package/dist/lime-elements/p-4d503318.js +2 -0
  57. package/dist/lime-elements/p-4d503318.js.map +1 -0
  58. package/dist/lime-elements/p-6fc349f0.entry.js +2 -0
  59. package/dist/lime-elements/p-6fc349f0.entry.js.map +1 -0
  60. package/dist/lime-elements/{p-84c9482c.entry.js → p-72bd27d5.entry.js} +2 -2
  61. package/dist/lime-elements/{p-81ed6f93.entry.js → p-7c7651b2.entry.js} +2 -2
  62. package/dist/lime-elements/p-96b55d8b.entry.js +21 -0
  63. package/dist/lime-elements/p-96b55d8b.entry.js.map +1 -0
  64. package/dist/lime-elements/{p-4ae6f448.entry.js → p-ae036e35.entry.js} +2 -2
  65. package/dist/lime-elements/{p-77a12868.entry.js → p-bf143783.entry.js} +2 -2
  66. package/dist/lime-elements/p-c0e08f94.js +8 -0
  67. package/dist/lime-elements/p-c0e08f94.js.map +1 -0
  68. package/dist/lime-elements/{p-6acb5c31.entry.js → p-cb63f2d7.entry.js} +2 -2
  69. package/dist/lime-elements/{p-47f7d74f.entry.js → p-fe1decdc.entry.js} +2 -2
  70. package/dist/types/components/file/file.d.ts +3 -1
  71. package/package.json +4 -4
  72. package/dist/cjs/markdown-parser-1cbe5db4.js.map +0 -1
  73. package/dist/cjs/translations-a73f2479.js.map +0 -1
  74. package/dist/esm/markdown-parser-1159e000.js.map +0 -1
  75. package/dist/esm/translations-8927471e.js.map +0 -1
  76. package/dist/lime-elements/p-0818d7d6.entry.js +0 -2
  77. package/dist/lime-elements/p-0818d7d6.entry.js.map +0 -1
  78. package/dist/lime-elements/p-1b6c1122.js +0 -2
  79. package/dist/lime-elements/p-1b6c1122.js.map +0 -1
  80. package/dist/lime-elements/p-1c8ce194.js +0 -8
  81. package/dist/lime-elements/p-1c8ce194.js.map +0 -1
  82. package/dist/lime-elements/p-2e07dba0.entry.js.map +0 -1
  83. package/dist/lime-elements/p-50303eb1.entry.js +0 -21
  84. package/dist/lime-elements/p-50303eb1.entry.js.map +0 -1
  85. /package/dist/lime-elements/{p-81150447.entry.js.map → p-43c83a69.entry.js.map} +0 -0
  86. /package/dist/lime-elements/{p-84c9482c.entry.js.map → p-72bd27d5.entry.js.map} +0 -0
  87. /package/dist/lime-elements/{p-81ed6f93.entry.js.map → p-7c7651b2.entry.js.map} +0 -0
  88. /package/dist/lime-elements/{p-4ae6f448.entry.js.map → p-ae036e35.entry.js.map} +0 -0
  89. /package/dist/lime-elements/{p-77a12868.entry.js.map → p-bf143783.entry.js.map} +0 -0
  90. /package/dist/lime-elements/{p-6acb5c31.entry.js.map → p-cb63f2d7.entry.js.map} +0 -0
  91. /package/dist/lime-elements/{p-47f7d74f.entry.js.map → p-fe1decdc.entry.js.map} +0 -0
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-d1052409.js');
6
- const markdownParser = require('./markdown-parser-1cbe5db4.js');
6
+ const markdownParser = require('./markdown-parser-292760cb.js');
7
7
  require('./_commonjsHelpers-0c557e26.js');
8
8
 
9
9
  const markdownCss = "@charset \"UTF-8\";code{font-family:ui-monospace, \"Cascadia Code\", \"Source Code Pro\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace;font-size:0.8125rem;letter-spacing:-0.0125rem;color:rgb(var(--contrast-1300));-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;display:inline-block;border-radius:0.25rem;padding:0.03125rem 0.25rem;background-color:rgb(var(--contrast-600))}pre>code{display:block;margin:0.5rem 0;padding:0.5rem 0.75rem;overflow:auto;white-space:pre-wrap}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:0.875rem}h6{font-size:0.75rem}h1,h2{margin-top:0.5rem;margin-bottom:0.5rem;letter-spacing:-0.03125rem;font-weight:500}h3,h4{margin-top:0.75rem;margin-bottom:0.25rem;font-weight:600}h5,h6{margin-top:0.5rem;margin-bottom:0.125rem;font-weight:600}h1,h2,h3,h4,h5,h6{word-break:break-word;hyphens:auto;-webkit-hyphens:auto}:not([contenteditable=true]) h1,:not([contenteditable=true]) h2,:not([contenteditable=true]) h3,:not([contenteditable=true]) h4,:not([contenteditable=true]) h5,:not([contenteditable=true]) h6{text-wrap:balance}[contenteditable=true] h1,[contenteditable=true] h2,[contenteditable=true] h3,[contenteditable=true] h4,[contenteditable=true] h5,[contenteditable=true] h6{text-wrap:initial}:host(limel-markdown.truncate-paragraphs) p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}p,li{font-size:0.875rem;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}a{word-break:break-all}p{margin-top:0;margin-bottom:0.5rem}p:only-child{margin-bottom:0}a{transition:color 0.2s ease;color:var(--markdown-hyperlink-color, rgb(var(--color-blue-dark)));text-decoration:none}a:hover{color:var(--markdown-hyperlink-color--hovered, rgb(var(--color-blue-default)))}hr{margin:1.75rem 0 2rem 0;border-width:0;border-top:1px solid rgb(var(--contrast-500))}ul{list-style:none}ul li{position:relative;margin-left:0.75rem}ul li:before{content:\"\";position:absolute;left:-0.5rem;top:0.5rem;width:0.25rem;height:0.25rem;border-radius:50%;background-color:rgb(var(--contrast-700));display:block}ol{margin-top:0.25rem;padding-left:1rem}ul{margin-top:0.25rem;padding-left:0}ul ul,ul ol,ol ol,ol ul{margin-left:0}li{margin-bottom:0.25rem}:host(limel-markdown:not(.no-table-styles)) table{table-layout:auto;min-width:100%;border-collapse:collapse;border-spacing:0;background:transparent;margin:0.75rem 0;border:1px solid rgb(var(--contrast-400))}:host(limel-markdown:not(.no-table-styles)) th,:host(limel-markdown:not(.no-table-styles)) td{text-align:left;vertical-align:top;transition:background-color 0.2s ease;font-size:0.875rem}:host(limel-markdown:not(.no-table-styles)) td{padding:0.5rem 0.375rem 0.75rem 0.375rem}:host(limel-markdown:not(.no-table-styles)) tr th{background-color:rgb(var(--contrast-400));padding:0.25rem 0.375rem;font-weight:normal}:host(limel-markdown:not(.no-table-styles)) tr th:only-child{text-align:center}:host(limel-markdown:not(.no-table-styles)) tbody tr:nth-child(odd) td{background-color:rgb(var(--contrast-200))}:host(limel-markdown:not(.no-table-styles)) tbody tr:hover td{background-color:rgb(var(--contrast-300))}blockquote{position:relative;font-weight:100;font-size:0.875rem;max-width:100%;line-height:1.4;margin:0;padding:0.5rem 1.25rem;border-radius:0.05rem 0.75rem;background-color:rgb(var(--contrast-300))}blockquote:before,blockquote:after{position:absolute;font-size:2.75rem;opacity:0.4}blockquote:before{content:\"“\";left:0;top:-0.75rem}blockquote:after{content:\"”\";right:0;bottom:-2rem}dl{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr;margin-bottom:2rem;border:1px solid rgb(var(--contrast-400));border-radius:0.375rem;background-color:rgb(var(--contrast-200))}dl dt,dl dd{padding:0.375rem 0.5rem;font-size:0.875rem;margin:0}dl dt:nth-of-type(even),dl dd:nth-of-type(even){background-color:rgb(var(--contrast-300))}dl dt:first-child{border-top-left-radius:0.375rem}dl dt:last-child{border-bottom-left-radius:0.375rem}dl dd:first-child{border-top-right-radius:0.375rem}dl dd:last-child{border-bottom-right-radius:0.375rem}hr{border-top:1px solid rgb(var(--contrast-700))}img{max-width:100%}";
@@ -9,8 +9,8 @@ const _getAllKeysIn = require('./_getAllKeysIn-bcf08d3b.js');
9
9
  const isObject$1 = require('./isObject-e28b7997.js');
10
10
  const isArray = require('./isArray-d188a04f.js');
11
11
  const isObjectLike = require('./isObjectLike-3e3f0cba.js');
12
- const markdownParser = require('./markdown-parser-1cbe5db4.js');
13
- const translations = require('./translations-a73f2479.js');
12
+ const markdownParser = require('./markdown-parser-292760cb.js');
13
+ const translations = require('./translations-6d759b59.js');
14
14
  const randomString = require('./random-string-c8445652.js');
15
15
  const isItem = require('./isItem-3f8ad629.js');
16
16
  const isEqual = require('./isEqual-b136e579.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-d1052409.js');
6
- const translations = require('./translations-a73f2479.js');
6
+ const translations = require('./translations-6d759b59.js');
7
7
  const randomString = require('./random-string-c8445652.js');
8
8
 
9
9
  /**
@@ -2327,20 +2327,25 @@ const CallableInstance =
2327
2327
  // type-coverage:ignore-next-line
2328
2328
  constr.prototype
2329
2329
  );
2330
- const func = proto[property];
2330
+ const value = proto[property];
2331
2331
  /** @type {(...parameters: Array<unknown>) => unknown} */
2332
2332
  const apply = function () {
2333
- return func.apply(apply, arguments)
2333
+ return value.apply(apply, arguments)
2334
2334
  };
2335
2335
 
2336
2336
  Object.setPrototypeOf(apply, proto);
2337
2337
 
2338
- const names = Object.getOwnPropertyNames(func);
2339
-
2340
- for (const p of names) {
2341
- const descriptor = Object.getOwnPropertyDescriptor(func, p);
2342
- if (descriptor) Object.defineProperty(apply, p, descriptor);
2343
- }
2338
+ // Not needed for us in `unified`: we only call this on the `copy`
2339
+ // function,
2340
+ // and we don't need to add its fields (`length`, `name`)
2341
+ // over.
2342
+ // See also: GH-246.
2343
+ // const names = Object.getOwnPropertyNames(value)
2344
+ //
2345
+ // for (const p of names) {
2346
+ // const descriptor = Object.getOwnPropertyDescriptor(value, p)
2347
+ // if (descriptor) Object.defineProperty(apply, p, descriptor)
2348
+ // }
2344
2349
 
2345
2350
  return apply
2346
2351
  }
@@ -2495,7 +2500,7 @@ class Processor extends CallableInstance {
2495
2500
  * @deprecated
2496
2501
  * This is a private internal method and should not be used.
2497
2502
  * @returns {Processor<ParseTree, HeadTree, TailTree, CompileTree, CompileResult>}
2498
- * New *unfrozen* processor ({@link Processor `Processor`}) that is
2503
+ * New *unfrozen* processor ({@linkcode Processor}) that is
2499
2504
  * configured to work the same as its ancestor.
2500
2505
  * When the descendant processor is configured in the future it does not
2501
2506
  * affect the ancestral processor.
@@ -2527,11 +2532,11 @@ class Processor extends CallableInstance {
2527
2532
  * For example, a list of HTML elements that are self-closing, which is
2528
2533
  * needed during all phases.
2529
2534
  *
2530
- * > 👉 **Note**: setting information cannot occur on *frozen* processors.
2535
+ * > **Note**: setting information cannot occur on *frozen* processors.
2531
2536
  * > Call the processor first to create a new unfrozen processor.
2532
2537
  *
2533
- * > 👉 **Note**: to register custom data in TypeScript, augment the
2534
- * > {@link Data `Data`} interface.
2538
+ * > **Note**: to register custom data in TypeScript, augment the
2539
+ * > {@linkcode Data} interface.
2535
2540
  *
2536
2541
  * @example
2537
2542
  * This example show how to get and set info:
@@ -2655,9 +2660,9 @@ class Processor extends CallableInstance {
2655
2660
  /**
2656
2661
  * Parse text to a syntax tree.
2657
2662
  *
2658
- * > 👉 **Note**: `parse` freezes the processor if not already *frozen*.
2663
+ * > **Note**: `parse` freezes the processor if not already *frozen*.
2659
2664
  *
2660
- * > 👉 **Note**: `parse` performs the parse phase, not the run phase or other
2665
+ * > **Note**: `parse` performs the parse phase, not the run phase or other
2661
2666
  * > phases.
2662
2667
  *
2663
2668
  * @param {Compatible | undefined} [file]
@@ -2677,9 +2682,9 @@ class Processor extends CallableInstance {
2677
2682
  /**
2678
2683
  * Process the given file as configured on the processor.
2679
2684
  *
2680
- * > 👉 **Note**: `process` freezes the processor if not already *frozen*.
2685
+ * > **Note**: `process` freezes the processor if not already *frozen*.
2681
2686
  *
2682
- * > 👉 **Note**: `process` performs the parse, run, and stringify phases.
2687
+ * > **Note**: `process` performs the parse, run, and stringify phases.
2683
2688
  *
2684
2689
  * @overload
2685
2690
  * @param {Compatible | undefined} file
@@ -2703,7 +2708,7 @@ class Processor extends CallableInstance {
2703
2708
  * The parsed, transformed, and compiled value is available at
2704
2709
  * `file.value` (see note).
2705
2710
  *
2706
- * > 👉 **Note**: unified typically compiles by serializing: most
2711
+ * > **Note**: unified typically compiles by serializing: most
2707
2712
  * > compilers return `string` (or `Uint8Array`).
2708
2713
  * > Some compilers, such as the one configured with
2709
2714
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2712,7 +2717,7 @@ class Processor extends CallableInstance {
2712
2717
  * > result values.
2713
2718
  * >
2714
2719
  * > To register custom results in TypeScript, add them to
2715
- * > {@link CompileResultMap `CompileResultMap`}.
2720
+ * > {@linkcode CompileResultMap}.
2716
2721
  *
2717
2722
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2718
2723
  */
@@ -2785,9 +2790,9 @@ class Processor extends CallableInstance {
2785
2790
  *
2786
2791
  * An error is thrown if asynchronous transforms are configured.
2787
2792
  *
2788
- * > 👉 **Note**: `processSync` freezes the processor if not already *frozen*.
2793
+ * > **Note**: `processSync` freezes the processor if not already *frozen*.
2789
2794
  *
2790
- * > 👉 **Note**: `processSync` performs the parse, run, and stringify phases.
2795
+ * > **Note**: `processSync` performs the parse, run, and stringify phases.
2791
2796
  *
2792
2797
  * @param {Compatible | undefined} [file]
2793
2798
  * File (optional); typically `string` or `VFile`; any value accepted as
@@ -2798,7 +2803,7 @@ class Processor extends CallableInstance {
2798
2803
  * The parsed, transformed, and compiled value is available at
2799
2804
  * `file.value` (see note).
2800
2805
  *
2801
- * > 👉 **Note**: unified typically compiles by serializing: most
2806
+ * > **Note**: unified typically compiles by serializing: most
2802
2807
  * > compilers return `string` (or `Uint8Array`).
2803
2808
  * > Some compilers, such as the one configured with
2804
2809
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2807,7 +2812,7 @@ class Processor extends CallableInstance {
2807
2812
  * > result values.
2808
2813
  * >
2809
2814
  * > To register custom results in TypeScript, add them to
2810
- * > {@link CompileResultMap `CompileResultMap`}.
2815
+ * > {@linkcode CompileResultMap}.
2811
2816
  *
2812
2817
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2813
2818
  */
@@ -2839,9 +2844,9 @@ class Processor extends CallableInstance {
2839
2844
  /**
2840
2845
  * Run *transformers* on a syntax tree.
2841
2846
  *
2842
- * > 👉 **Note**: `run` freezes the processor if not already *frozen*.
2847
+ * > **Note**: `run` freezes the processor if not already *frozen*.
2843
2848
  *
2844
- * > 👉 **Note**: `run` performs the run phase, not other phases.
2849
+ * > **Note**: `run` performs the run phase, not other phases.
2845
2850
  *
2846
2851
  * @overload
2847
2852
  * @param {HeadTree extends undefined ? Node : HeadTree} tree
@@ -2928,9 +2933,9 @@ class Processor extends CallableInstance {
2928
2933
  *
2929
2934
  * An error is thrown if asynchronous transforms are configured.
2930
2935
  *
2931
- * > 👉 **Note**: `runSync` freezes the processor if not already *frozen*.
2936
+ * > **Note**: `runSync` freezes the processor if not already *frozen*.
2932
2937
  *
2933
- * > 👉 **Note**: `runSync` performs the run phase, not other phases.
2938
+ * > **Note**: `runSync` performs the run phase, not other phases.
2934
2939
  *
2935
2940
  * @param {HeadTree extends undefined ? Node : HeadTree} tree
2936
2941
  * Tree to transform and inspect.
@@ -2964,9 +2969,9 @@ class Processor extends CallableInstance {
2964
2969
  /**
2965
2970
  * Compile a syntax tree.
2966
2971
  *
2967
- * > 👉 **Note**: `stringify` freezes the processor if not already *frozen*.
2972
+ * > **Note**: `stringify` freezes the processor if not already *frozen*.
2968
2973
  *
2969
- * > 👉 **Note**: `stringify` performs the stringify phase, not the run phase
2974
+ * > **Note**: `stringify` performs the stringify phase, not the run phase
2970
2975
  * > or other phases.
2971
2976
  *
2972
2977
  * @param {CompileTree extends undefined ? Node : CompileTree} tree
@@ -2977,7 +2982,7 @@ class Processor extends CallableInstance {
2977
2982
  * @returns {CompileResult extends undefined ? Value : CompileResult}
2978
2983
  * Textual representation of the tree (see note).
2979
2984
  *
2980
- * > 👉 **Note**: unified typically compiles by serializing: most compilers
2985
+ * > **Note**: unified typically compiles by serializing: most compilers
2981
2986
  * > return `string` (or `Uint8Array`).
2982
2987
  * > Some compilers, such as the one configured with
2983
2988
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2986,7 +2991,7 @@ class Processor extends CallableInstance {
2986
2991
  * > result values.
2987
2992
  * >
2988
2993
  * > To register custom results in TypeScript, add them to
2989
- * > {@link CompileResultMap `CompileResultMap`}.
2994
+ * > {@linkcode CompileResultMap}.
2990
2995
  *
2991
2996
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2992
2997
  */
@@ -3008,7 +3013,7 @@ class Processor extends CallableInstance {
3008
3013
  * configuration is changed based on the options that are passed in.
3009
3014
  * In other words, the plugin is not added a second time.
3010
3015
  *
3011
- * > 👉 **Note**: `use` cannot be called on *frozen* processors.
3016
+ * > **Note**: `use` cannot be called on *frozen* processors.
3012
3017
  * > Call the processor first to create a new unfrozen processor.
3013
3018
  *
3014
3019
  * @example
@@ -44155,4 +44160,4 @@ async function markdownToHTML(text, options) {
44155
44160
  exports.decodeHTML = decodeHTML;
44156
44161
  exports.markdownToHTML = markdownToHTML;
44157
44162
 
44158
- //# sourceMappingURL=markdown-parser-1cbe5db4.js.map
44163
+ //# sourceMappingURL=markdown-parser-292760cb.js.map