On Thursday, July 31, 2014 7:44:13 AM UTC-5, Júlio Hoffimann wrote: > > P.S.: How do you highlight Julia code in Gmail? >
You would need to get formatted text from some other tool, such as Pygments or a rich-text copy from your preferred editor. Gmail doesn't natively support source code highlighting. If you have a larger block of code or code you absolutely need highlighted, you can always make a gist https://gist.github.com/ and paste the link in your email.
