@leanix/components 0.2.209 → 0.2.213

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }());