[IPython-dev] Latex highlighting for markdown cells?

Matthias Bussonnier bussonniermatthias at gmail.com
Fri Aug 29 12:05:42 EDT 2014


Le 29 août 2014 à 17:00, Klymak Jody <jklymak at gmail.com> a écrit :

> Sorry if I've double posted this - I keep sending from the wrong account...
> 
> Hi all,
> 
> I am using a lot of <equation> tags in my markdown cells, and that works great for what I am writing.  However, is there a way to get latex-style highlighting in my cells rather than markdown (or some combination of both)?  As soon as you put an underscore in the cell, everything until the next underscore is rendered as oblique, which is not very easy to read.  
> 

Someone would have to write a markdown+latex mode in code mirror that detect $/$$ et switch to latex. 
It would have the advantage of also highlighting latex correctly. 
But it need to be done. 

is not hard, but not trivial either.
— 
M

> i.e. if I type:
> 
> Hello $a_b$ there.   
> 
> Everything after the "b" is oblique.  
> 
> Thanks for any pointers.



> 
> Cheers,  Jody
> 
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list