How to post code

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
  1. # Test syntax
  2. for i in `Hello World`:
  3. print(i)