Highlight code snippets in forum

Hello,

You can highlight your code snippet with the “code” button : choose your language, and insert your snippet between tags. E.g.:



import os

def test():
    print 'this is a test'

test()


[img]https://tango-controls.org/media/pybb_upload/attachments/0271adf4-da62-45d6-8711-76f9fff288e4.png[/url]

This is great news!

Let me try:

print("hello world")
print 'hello world'