fix(docs): Add syntax highlighting to code snippets in README

Merged Wohlgemuth, Jason requested to merge o9w/common-package:o9w-develop-patch-84341 into develop

Before

print(f"Some Python code")

After

print(f"Some Python code")

Merge request reports