Adam Pritchard
Adam Pritchard
I'm co-opting this issue and turning it into a more general "figure out how to make MDH-rendered email not look like crap for Outlook recipients". Other reports... Screwed up newlines...
Some of the info here will be useful: https://github.com/adam-p/markdown-here/wiki/Development-Notes#the-limitations-of-email
Well, I figured out one bizarre trick for getting lists to display properly in Outlook. From the following rule in your MDH "Primary Styling CSS", remove the `ul, ol`: ```...
More notes: #### View in external browser In the style reset CSS in this [HTML email boilerplate](http://www.paulund.co.uk/html-email-boilerplate) there is an interesting line that causes Outlook to show a prompt to...
I have co-opted this issue for Outlook display stuff in general. Above I said: > Screwed up newlines in code blocks -- where I delved into the problem and found...
You can email me. Address is in my profile: https://github.com/adam-p
Can you provide some details? What's broken? Screenshots? And so on.
It looks like Asana's editor is incredibly aggressive about reformatting (or rewriting) its content. I took some screen captures to show it in action... Here it is killing the MDH...
Can you provide pointers toward the spanning syntax used in other MD variants? Unsatisfying workaround: You can use raw HTML, like so: ``` Col 1 Col 2 Col 3 span...
A follow-up to this... It seems that MultiMarkdown _does_ have [colspan syntax](http://fletcher.github.io/MultiMarkdown-4/tables), but not rowspan. Probably the best way to do rowspan and colspan right now is to use this...