I'm buliding a site with github pages and do not want underscores within words to italicize portions of those words. E.g. function_name_here
should not render with name
italicized. I understand github flavored markdown is supposed to be smart like this; but I'm still seeing italics in my rendered page.
I have set in my _config.yml
markdown: redcarpet
... anything else I need to do to get Github flavored markdown behavior?