
27 Oct
2016
27 Oct
'16
3:06 p.m.
Stewart Russell wrote:
If only Thunderbird would fix their editor and its random text style switching ...
You should checkout [Markdown Here](http://markdown-here.com/), it let's you write Markdown in the Thunderbird editor that get's converted cleanly to HTML, that will actually look good on all clients (even the Voldemort of email clients). One really handy thing is it also supports GitHub style code blocks. Like this would be converted to <pre><code> and nice syntax highlighting: ```python
import this The Zen of Python, by Tim Peters
Beautiful is better than ugly. Explicit is better than implicit. ```