alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
698 stars 88 forks source link

Python Interpretter/Console #131

Closed pelboothroyd closed 3 years ago

pelboothroyd commented 4 years ago

I write worksheets for people learning Python, it would be useful to have a formatter including the console/interpreter prompts

>>>
...

To help students realise when we are playing with commands, and when I wish them to use programs.

At present, I format the code, then have to insert the >>> ... and recolour them.

SomethingGeneric commented 4 years ago

I agree with you that it'd be helpful.

However, per the README:

Code Blocks is built with highlight.js and can only provide syntax highlighting for languages that are supported by that library. If you'd like to see Code Blocks support a language that is not yet implemented by highlight.js, please refer to their page on requesting new languages, found here