Update README.md

This commit is contained in:
David Rotermund 2023-05-19 15:20:02 +02:00 committed by GitHub
parent db669d3399
commit 9e8268d351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,4 +80,4 @@ In the json file you have the options to add a filter string for the author if t
This is an additional tool to convert a Python file into a syntax hightlighted html source code segment for the CK Editor in the University of Bremen typo3 system. It uses pygments (pip install pygments) and argh (pip install argh). The commandline parameter to this program is the py-filename you want to process. This is an additional tool to convert a Python file into a syntax hightlighted html source code segment for the CK Editor in the University of Bremen typo3 system. It uses pygments (pip install pygments) and argh (pip install argh). The commandline parameter to this program is the py-filename you want to process.
An important note: Press the source code button in the CK Editor, then copy the code segment in and save. If you toggle the source code button then it destroys all the <br> html tags. An important note: Press the source code button in the CK Editor, then copy the code segment in and save. If you toggle the source code button then it destroys all the br (i.e. new-line) html tags.