@leanix/components 0.2.208 → 0.2.212

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.
@@ -1574,7 +1574,7 @@
1574
1574
  return text;
1575
1575
  };
1576
1576
  }
1577
- return markdownText ? marked.parse(markdownText, options) : '';
1577
+ return markdownText ? marked.marked.parse(markdownText, options) : '';
1578
1578
  };
1579
1579
  return MarkdownPipe;
1580
1580
  }());