[MlMt] Markdown inside of words
Kee Hinckley
kee+freron at hinckley.com
Sun Apr 6 11:36:04 EDT 2014
On 3 Apr 2014, at 11:16, Benny Kjær Nielsen wrote:
> To me the question should be: Is it worth adding the option of
> alternative Markdown converters at the price of people using inline
> HTML and other unreadable plain text? I'm not so sure ;-)
Personally, I'm happy to keep using my wrapper around MultiMarkdown in
the existing model. It's too complicated for it to be likely of use to
others, although if there were a way to release it as a bundle, I'd be
happy to. But it's allowed me to do things like add automatic
syntax-highlighting to code blocks, and support tab-delimited tables,
and otherwise extend my email in ways which make my work much easier. If
someone were to view the plain-text of those messages, or even reply to
them, they wouldn't get exactly what I got, but they'd get something
perfectly readable--that's the basic nature of Markdown. I don't think
you need to specially tag those situations. Assume that in the future
other mail programs might use other markdown processors; you want them
to interact.
If you're looking at where to focus, rather than specifically supporting
other Markdown processors, I'd focus on supporting people who have to
reply to HTML email without losing the original HTML. I effuse to people
at work about MailMate, but then I tell them they can't use it--because
it really doesn't work in a corporate environment where people are
sending complex (and often Outlook-generated) mail messages, and my
current hack (strip out the header information, convert body to a div,
force-include MailMate's CSS so as to override the broken Outlook CSS
for my portion of the message, and then enter my markdown message above
the raw HTML of their message) doesn't work with Sundown, and while it
is fine for me, it's not suitable for public consumption. I only do that
for work email, but it would nice to be able to use it as a general
reply option--because sometimes people send you HTML email and you need
to reply without bowdlerizing it. Forcing top-commenting in that
environment is probably fine (I rarely see Outlook users inline
commenting--and when they do, it invariably gets screwed up by
Outlook--but maybe that's just where I work).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20140406/9caf3565/attachment.html>
More information about the mailmate
mailing list