Skip to content
Commit 434196b0 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Disable (occassionally failing) Markdown code highlighting

parent 7287be9f
Loading
Loading
Loading
Loading
  • Owner

    In fact, I am trying to use that extension for rendering the ipython notebook, with "markdown.extensions.codehilite(css_class=highlight)".

  • It crashed for me when rendering a snippet like this:

    ```
    blah
    ```

    The error was something with needing ptyprocess which I thought was scary. So I disabled it.

  • Owner

    What a pity. Have you tried

    ```text
    blah 
        ```
     
  • No--but the point is that there's (at this point) tons of course content that uses that--so the only real option would be to fix Python-Markdown.

  • Dong Zhuang @dzhuang

    mentioned in merge request inducer/relate!37 (merged)

    ·

    mentioned in merge request inducer/relate!37 (merged)

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment