waldyrious / rst-playground

Browser-based reStructuredText playground, built on Pyodide and docutils.
https://waldyrious.github.io/rst-playground
ISC License
1 stars 4 forks source link

Add support for syntax highlighting #11

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

Code blocks with language specifiers should be supported, but this requires the pygments dependency. We should investigate how to implement it. Hopefully it's doable because pygments is one of the packages bundled with Pyodide.

waldyrious commented 1 year ago

Here's how the output looks if language-specific code blocks are used and pygments isn't present (text from codespell's README):

image