Skip to content
Christian Ziemski edited this page Feb 29, 2016 · 8 revisions

Testmacro only:


Formatted by "block-quote" (leading "<"):

print("Thsi is a test") print("This is a test, now fixed")


Formatted by "code" (surrounded by "`"):

print("Thsi is a test") print("This is a test, now fixed")


Indented by 4 spaces (at minimum):

print("Thsi is a test")
print("This is a test, now fixed")

Intermediate result: Not a proper solution yet for collecting macros... :-(


Finally I found this way (not in the online help...):

Formatted by surrounding with "```"):

print("Thsi is a test")
print("This is a test, now fixed")

Result: That might work for collecting macros...

Clone this wiki locally