-
There is no way to add a custom style, without forking the code and dropping it into the pygments styles directory. This seems…irritating.
I'm not sure the best way to go about this, but some way to …
-
Currently the values that the `-S` (`--style`) option accepts are only discoverable by looking at the soure code:
https://github.com/jgm/skylighting/blob/8b2b85aec695e6618720582f989e47691cb70b68/sk…
-
### Summary
**Version:**
- jupyter_matlab_proxy: 0.15.2
- MATLAB: R2024a Update 6 (24.1.0.2689473)
- Python: 3.10.13
- Jupyter Lab: 4.3.0
**Environment:**
- OS: Arch Linux
- Browser: Firefox…
-
Jekyll has dropped support for Pygments in the recent [4.0 release](https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/).
The jekyll-asciidoc plugin still relies on Pygments for code stylin…
-
**Describe your proposed improvement and the problem it solves.**
When Pandoc is used to produce HTML fragments it doesn't include the CSS style rules necessary to give the syntax highlighting used…
-
For the SymPy docs we have been using accessible variants of the 'sphinx' and 'native' styles. See https://github.com/sympy/sympy/blob/master/doc/src/_pygments/styles.py. I would love to be able to of…
-
Is there a way to add the github theme for code highlight as a default theme?
-
Hi am using base16 for highlighting in vim and pygmentize. The output looks different in vim and pygmentize for the same color scheme. Is this a result from the different lexers in vim and pygmentize,…
-
When embedding a gist the text-shadow makes really difficult to read the code. Also the pygments styles still being applied on the gist code so you end up with a light palette of color over a white ba…
-
Python tracebacks include content that is essentially unreadable on dark styles that are included with pygments.
Example traceback:
```pytb
Traceback (most recent call last):
File "", line 1, …