Closed olets closed 2 years ago
Adding a {% markdown %}...{% endmarkdown %} gives me this error:
{% markdown %}...{% endmarkdown %}
Message: Cannot read properties of undefined (reading 'Error') Details: domainEmitter: [object Object] domainThrown: false
with either
.pipe(twig({ extend: function(Twig) { twigMarkdown(Twig) }}))
or
.pipe(twig({ extend: twigMarkdown }))
Yep, seems like some breaking changes in twig.js in 1.14… Will try to look into this further today.
@olets updated all aged deps, 1.0.1 should work fine with latest twig.js and markdown. Give it a go! ✌️
Thanks!
Adding a
{% markdown %}...{% endmarkdown %}
gives me this error:with either
or