I wrote a Python Toolbox tool for ArcGIS Pro which receives a large amount of text from the user. This could be a comment, note, or documentation. The value of this parameter is later inserted into a very wide text field of a feature class, when the tool is run. Note: the field is a supported field type, not a BLOB. However, the user is unable to press Enter for a new line or paragraph, and they wish to do so. Also, any text pasted into this parameter only gets as far as the first paragraph, stopping just shy of the carriage return. I suppose this could be fixed if the user was presented with a memo-like control to input all this text. Can this be done? Can I present the user with a multi-line control to input a large comment with carriage returns?