Subject: | Non-verbatim paragraphs. |
I am trying to use InsertCodeResult plugin and found it a bit inconvenient. It always produces verbatim paragraph by adding a space into beginning of every line of the result. This makes impossible to generate non-verbatim paragraph.
It would be more universal approach to generate non-verbatim paragraph, because user can easily generate either verbatim or non-verbatim paragraphs by adding a space, e. g.:
# CODE: "non-verbatim paragraph"
# CODE: " verbatim paragraph"
or:
# CODE: $res = "..."; $res =~ s/^/ /gm;