[IPython-dev] CodeMirror versions?
MinRK
benjaminrk at gmail.com
Wed Jun 18 14:33:22 EDT 2014
IPython 2.x uses CodeMirror 3.22
IPython 3.x will use CodeMirror 4.x (but currently 3.24)
Note that CodeMirror doesn’t do anything other than input. It is not
involved in rendering markdown. We use marked
<https://github.com/chjj/marked> for this, with gfm=True. If you are
interested in what markdown rendering is available, the marked docs are the
place to look.
-MinRK
On Wed, Jun 18, 2014 at 9:13 AM, Doug Blank <doug.blank at gmail.com> wrote:
> We are working on making some refinements to the CodeMirror markdown in
> IPython, and trying to figure out exactly what version of CodeMirror is in
> IPython.
>
> I see that ipython-components has been updated to CodeMirror 3.24:
>
>
> https://github.com/ipython/ipython-components/commit/0e1db04d7ef79db0ef0cac8c78f01838d4b2ce2b
>
> What version of CodeMirror is in IPython 2.1?
>
> I was trying some of the items documented here in IPython 2.1 (like
> references) but they do not render:
>
> http://codemirror.net/mode/markdown/index.html
>
> What is a better help document for everything that IPython + CodeMirror
> supports?
>
> -Doug
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140618/3b0b0ec1/attachment.html>
More information about the IPython-dev
mailing list