Including a markdown-to-html node module "marked" in n8n Dockerfile
-
wrote on Jan 13, 2022, 6:16 AM last edited by
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!
-
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 yup, making a new build now
-
wrote on Apr 21, 2022, 12:44 AM last edited by
@sparkwise I believe n8n also natively has a md<->html node as of the latest release
-
@sparkwise I believe n8n also natively has a md<->html node as of the latest release
wrote on Apr 22, 2022, 12:22 AM last edited by@bubonicfred Thanks for sharing! I hadn't noticed it yet.