@truto/truto-jsonata 1.0.5 → 1.0.6

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/dist/main.cjs CHANGED
@@ -1335,8 +1335,8 @@ var $77081a2d6d46cd50$export$2e2bcd8739ae039 = $77081a2d6d46cd50$var$base64decod
1335
1335
 
1336
1336
 
1337
1337
 
1338
- async function $2c639152271462a6$var$convertMarkdownToHtml(markdown) {
1339
- return (0, $dxT2C$marked.marked).parse(markdown);
1338
+ async function $2c639152271462a6$var$convertMarkdownToHtml(markdown, options) {
1339
+ return (0, $dxT2C$marked.marked).parse(markdown, options);
1340
1340
  }
1341
1341
  var $2c639152271462a6$export$2e2bcd8739ae039 = $2c639152271462a6$var$convertMarkdownToHtml;
1342
1342