We finally added a syntax editor which supports python.
To post macros/ scripts with highlighted syntax:
add on top of the code:
[geshi= python]
Then write your code here...
[ / geshi ] close the statement with /geshi between squared brackets and all without spaces.
See attached example
Example
Python
- # Test syntax
- for i in `Hello World`:
- print(i)