<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body style="font-family: Helvetica;" bgcolor="#FFFFFF" 
text="#000000"><div style="font-family: Helvetica;"><span 
style="font-family: Helvetica;">Sounds like I would need to make/find a 
specific tool</span> for Markdown Here, and have the current Markdown 
bundle use that. I've been browsing through the Markdown Here Github 
code but I don't see how to implement it in TextMate. Could you be more 
specific on what I would have to do?<br><br><span>Martin Kühl wrote:</span><br><blockquote
 
cite="mid:CAOZfv7LEqmKR4bVOe6fJcp0jHrjZYYZoRjZAJTH_=uK++5wN5w@mail.gmail.com"
 type="cite"><pre wrap="">On 5 July 2015 at 10:21, Angelo Varlotta <a class="moz-txt-link-rfc2396E" href="mailto:angelovarlotta@gmail.com"><angelovarlotta@gmail.com></a> wrote:
</pre><blockquote type="cite"><pre wrap="">What I have noticed is that the default Markdown bundle doesn't support some
syntax features of Markdown Here in the Markdown Preview, such as tables and
strikethrough for example. Is there a way of adding these extra Markdown
Here features in the current TextMate bundle so that they are properly
viewed in the Preview? I've tried to use the redcarpet Markdown bundle and
the Github-flavored Markdown bundle versions, which present some
highlighting within TextMate itself but fail to make the preview work as
well. I've noticed that one can add MathJax support with the preference
option TM_MARKDOWN_MATHJAX set to 1. Is there something like that for extra
Markdown Here syntax support?
</pre></blockquote><pre wrap=""><!---->
There is!
If you install a tool that processes “Markdown Here”,
you can set TM_MARKDOWN to the path to that tool,
and TextMate will start using it to render previews.

If you don’t set the variable, TM defaults to the original Markdown.pl,
which only supports the classic syntax.

Cheers,
Martin
</pre></blockquote><br></div></body></html>