I’m trying to figure out to embed source code in my blog posts. The post itself is using the Rich Text field type. I don’t see the ideal Markdown field type. If we had that I could do something like what we do here:
var i = 0;
i++;
Can somebody tell me how to embed source code in my blog posts?