[Python-modules-team] Bug#751008:

Xavier grandmou at gmail.com
Wed Jun 11 07:40:59 UTC 2014


2014-06-11 8:48 GMT+02:00 Xavier <grandmou at gmail.com>:
> Pandoc is installed, if I purge nodejs (and node-marked) I get the
> following in my browser:

I did this last thing a little too quickly. With pandoc installed
nodejs purged, *and* the notebook server restarted, it works better.
Thanks for your help.

The only thing now, is that markdown lists (ordered or not) are not
correctly rendered (HTML and latex), while they are rendered fine in
the notebook itself. It seems that they are not interpreted, e.g.:

"""
Ce notebook est de toute beauté parce que
1. il est chouette et
2. on peut faire des choses.
"""

In the preview, it looks like:

"""
Ce notebook est de toute beauté parce que 1. il est chouette et 2. on
peut faire des choses.
"""

In the following example, lists are not interpreted in the preview or
latex output, but test formating is:

"""
Importation des modules nécessaires :
* matplotlib *pour* les figures
* numpy pour faire des **calculs** avec des matrices et tout
* _rdkit_ pour bosser avec des molécules
"""



More information about the Python-modules-team mailing list