Merge command: [strpage-doctext ]
Merge variable/item: strDocText

Comments:
This contains the value of the docText item, imploded with newline(s). In order to avoid overflows in @formulacommands, in case of large texts, this item is only calculated within the `init htmlBuilder` agent that handles writing to screen (and merging of all individual modules). So the mergecommand [strpage-doctext ] actually contains the textvalue `[strpage-doctext ]` which later will be replaced by the actual page text value within the `init htmlBuilder` agent.

Formula:
@If(docText="";"";@Implode(docText;@NewLine));