From db669d33997241b9100eff4a7034a1c4ff326f0d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 19 May 2023 15:19:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddc3ba9..75a4894 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,5 @@ In the json file you have the options to add a filter string for the author if t # python_code_highlighter.py 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
html tags.