RyanFitzgerald/devfolio

How to use markdown or html in config options?

tovkal opened this issue · 1 comments

Hi,

thanks for making this template. I have been trying it but I am unable to use markdown for the config options in gatsby-config.js. I tried markdown syntax, html syntax but it is not rendering properly. Can this be done somehow?

After spending quite a while (I am new to React, Gatsby and all this new frontend fancy stuff) today I found a way to do it with: dangerouslySetInnerHTML. Not sure if it is the best solution, but I think it is good enough for me.