-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Blocks (Listings) #18
Comments
New ideas: Thingy name: #CODE#,
Code block specific styles should be entered in the Thaw document style file:
|
For syntax highlighting we could use something like Pygments which requires a python interpreter. The resulting HTML could be parsed and typeset properly. |
Created branch |
After researching quite a bit I found out that Pygments does no more support Python 2.x, thus we cannot use Jython if we want to be able to update Pygments (new languages, ...). Therefore the following plan:
|
If python is not installed on the machine print:
If only Pygments is not installed print:
|
TODO
|
…Python and Pygments (when installed)
… CODE thingy and displaying either RTF files directly or using Pygments
Captions will be done in #19 |
|
For the documentation we will need code blocks.
The text was updated successfully, but these errors were encountered: