Including a markdown-to-html node module "marked" in n8n Dockerfile
-
I'm looking to convert markdown to HTML in a n8n workflow. There are no built-in n8n nodes that do this, so it requires an external node module. marked seems like a good candidate for this.
Based on @girish's comment on Using handlebars.js, it sounds like this would need to be hardcoded into the Dockerfile. Would it be possible to include
marked
(or something equivalent) in an app update?Thank you!
-
@sparkwise I believe n8n also natively has a md<->html node as of the latest release
-
@bubonicfred Thanks for sharing! I hadn't noticed it yet.