1 2 3 4 5 6 7
[source,python] ---- def hello(): # Python comment (should be preserved) // AsciiDoc comment (should also be preserved) print("Hello, World!") ----