Remediation steps "noformat" formatting?

When writing remediation steps, is there any way to specify part of the step as ‘unformatted’ so that, in the indeni UI, it will show up as fixed-width? I have some remediation steps that include table-formatted command output. E.g.,

             total       used       free     shared    buffers     cached
Mem:       6159108    3394568    2764540          0     309672    2027088
-/+ buffers/cache:    1057808    5101300
Swap:      3140696          0    3140696

Have you tried using triple quotation marks (""")?

Just as an example take a look at say… “crossvendor_compliance_check_os_version” rule.

Thanks Eyal – already using the triple quotes. This is easy to work around, but thought I’d ask.