-
Project Jupyter now supports a R kernel (https://github.com/IRkernel/IRkernel)
It would be nice to support this in translating Rmd to ipynb by removing the
%%R magics in the cells and then adding th…
-
(Original issue 1451 created by nic0lette on 2018-06-22T18:19:17.113124+00:00)
The highlighting present in this example: http://pygments.org/demo/6751426/ isn't correct/looks off.
The initial "
-
(Original issue 936 created by krebo on 2013-12-10T04:05:57.644389+00:00)
Would be great to have support for the [Stylus](https://github.com/LearnBoost/stylus) preprocessor in Pygments.
The docs a…
-
Instead of further complicating the `AnnotationBear` with https://github.com/coala/coala-bears/pull/1332 it should first be simplified by using `Pygments` lexers instead of custom parsing for extracti…
-
I just came across this strange behavior of escapeinside in conjunction with console lexers (like `ps1con` or `batcon`)
When using the snipped from the manual and swapping the lexer the output eats…
-
The typeahead suggestion for Code Playground's language field will suggest entries like "Python (python, py, etc)". These suggested entries are special. They will be applicable to "python", "py" and e…
-
PrismJS no longer seems to be maintained. There are also some underlying issues with CSS namespacing that conflict with Wagtail's admin, particularly around the CSS class named `comment`.
I'm consi…
-
A list of lexers for different languages/filetypes that would be useful to have. For the most part this list should be based on what other source code highlighters (Pygments, Rouge, etc.) have impleme…
-
Hi,
When I try to insert something like code snippets, tables, mistaken text, etc, it looks like that it is not fully generated to html. Maybe some plugins like pygments are missing? Maybe current Gi…
-
Lots of Python tooling uses doctests and interactive snippets to show code.
i.e:
```pycon
>>> def add(x, y):
... return x + y
>>> add(2, 3)
5
```
The benefit of this is multiple:
…